free the table itself

This commit is contained in:
Doug MacEachern 2004-12-05 21:40:56 +00:00
parent 6fd2419ba4
commit b601f3b32d
1 changed files with 1 additions and 0 deletions

View File

@ -79,4 +79,5 @@ void sigar_cache_destroy(sigar_cache_t *table)
}
free(table->entries);
free(table);
}