diff --git a/server/proxy/pf_modules.c b/server/proxy/pf_modules.c index 66dba97d7..1bec8b6cc 100644 --- a/server/proxy/pf_modules.c +++ b/server/proxy/pf_modules.c @@ -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)