fixed another Handle leak in same
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401325
This commit is contained in:
parent
a8206db64e
commit
c99ed2a8eb
@ -331,6 +331,11 @@ FetchGroups(Handle:db)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (immunity_list != INVALID_HANDLE)
|
||||
{
|
||||
CloseHandle(immunity_list);
|
||||
}
|
||||
}
|
||||
|
||||
CloseHandle(groups);
|
||||
|
Loading…
Reference in New Issue
Block a user