fixed a memory leak in sql groups prefetch

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401324
This commit is contained in:
David Anderson 2007-08-13 18:39:02 +00:00
parent b8900e9cfe
commit a8206db64e

View File

@ -332,6 +332,8 @@ FetchGroups(Handle:db)
}
}
}
CloseHandle(groups);
}
FetchOverrides(Handle:db)