Fixed #6560: Missing return value.
This commit is contained in:
parent
dc88b19d18
commit
dc392dea3e
@ -447,6 +447,7 @@ static BOOL pf_modules_free_handles_ArrayList_ForEachFkt(void* data, size_t inde
|
|||||||
WINPR_UNUSED(ap);
|
WINPR_UNUSED(ap);
|
||||||
if (handle)
|
if (handle)
|
||||||
FreeLibrary(handle);
|
FreeLibrary(handle);
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pf_modules_free(void)
|
void pf_modules_free(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user