--- projects/libstatgrab/src/statgrab/statgrab.c 2003/08/27 14:04:17 1.3 +++ projects/libstatgrab/src/statgrab/statgrab.c 2003/08/27 20:54:19 1.4 @@ -79,10 +79,7 @@ void clear_stats() { for (i = 0; i < num_stats; i++) free(stats[i].name); - free(stats); - stats = NULL; num_stats = 0; - alloc_stats = 0; } /* Add a stat. The varargs make up the name, joined with dots; the name is