Merge pull request #6561 from akallabeth/suse_warning_fix

Fixed #6560: Missing return value.
This commit is contained in:
David Fort 2020-11-09 21:28:55 +01:00 committed by GitHub
commit 03a365f817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)