diff --git a/plugins/include/helpers.inc b/plugins/include/helpers.inc index 939e7877..5b7381f7 100644 --- a/plugins/include/helpers.inc +++ b/plugins/include/helpers.inc @@ -69,5 +69,7 @@ stock Handle:FindPluginByFile(const String:filename[]) } } + CloseHandle(iter); + return INVALID_HANDLE; }