free the table itself
This commit is contained in:
parent
6fd2419ba4
commit
b601f3b32d
|
@ -79,4 +79,5 @@ void sigar_cache_destroy(sigar_cache_t *table)
|
|||
}
|
||||
|
||||
free(table->entries);
|
||||
free(table);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue