plug mem leak when creating fsdev cache

This commit is contained in:
Doug MacEachern 2005-11-09 19:35:28 +00:00
parent 4f19d45af9
commit 3756cbd6b8
1 changed files with 1 additions and 0 deletions

View File

@ -1321,6 +1321,7 @@ static int create_fsdev_cache(sigar_t *sigar)
}
}
free(mapping);
sigar_file_system_list_destroy(sigar, &fslist);
return SIGAR_OK;