From 1ced2210ede07820d7894af5c307ee3c3c8cda42 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 19 Mar 2007 18:07:15 +0000 Subject: [PATCH] Guess I forgot to close this. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40656 --- plugins/include/helpers.inc | 2 ++ 1 file changed, 2 insertions(+) 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; }