Merge pull request #6561 from akallabeth/suse_warning_fix
Fixed #6560: Missing return value.
This commit is contained in:
commit
03a365f817
@ -447,6 +447,7 @@ static BOOL pf_modules_free_handles_ArrayList_ForEachFkt(void* data, size_t inde
|
||||
WINPR_UNUSED(ap);
|
||||
if (handle)
|
||||
FreeLibrary(handle);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void pf_modules_free(void)
|
||||
|
Loading…
Reference in New Issue
Block a user