pool.c: add destroy() to totally free a pool's memory
This commit is contained in:
@@ -199,5 +199,7 @@ int main(int ac, char **av)
|
||||
|
||||
read_input();
|
||||
printf("%s : res=%u\n", *av, part == 1? part1(): part2());
|
||||
/* pool_stats(pool); */
|
||||
pool_destroy(pool);
|
||||
exit (0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user