Branch: Tag:

2012-10-29

2012-10-29 17:35:22 by Arne Goedeke <el@laramies.com>

fix block allocator in for cleanup

1946:   void count_memory_in_pike_frames(size_t * num, size_t * size) {    ba_count_all(&pike_frame_allocator, num, size);   } + void free_all_pike_frame_blocks() { +  ba_destroy(&pike_frame_allocator); + }   #endif