missing FreeLibrary call

This commit is contained in:
Doug MacEachern 2005-05-13 20:13:51 +00:00
parent 48097a4bb4
commit 13466030b7
1 changed files with 1 additions and 0 deletions

View File

@ -1318,6 +1318,7 @@ static int sigar_proc_modules_get_toolhelp(sigar_t *sigar,
module.dwSize = sizeof(MODULEENTRY32);
if (!module_first(snap_shot, &module)) {
CloseHandle(snap_shot);
FreeLibrary(k32_handle);
return SIGAR_OK;
}