fixed another Handle leak in same

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401325
This commit is contained in:
David Anderson 2007-08-13 18:41:11 +00:00
parent a8206db64e
commit c99ed2a8eb

View File

@ -331,6 +331,11 @@ FetchGroups(Handle:db)
}
}
}
if (immunity_list != INVALID_HANDLE)
{
CloseHandle(immunity_list);
}
}
CloseHandle(groups);