pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2012-10-29
2012-10-29 17:35:22 by Arne Goedeke <el@laramies.com>
55037cc326ef098b382d91cee2eb28db826b7ea8 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
arne/nmapping
fix block allocator in for cleanup
2186:
num_strings=0; #ifdef DO_PIKE_CLEANUP
+
# ifdef PIKE_NEW_BLOCK_ALLOC
+
ba_destroy(string_allocator+0);
+
ba_destroy(string_allocator+1);
+
ba_destroy(string_allocator+2);
+
# else
free_all_short_pike_string0_blocks(); free_all_short_pike_string1_blocks(); free_all_short_pike_string2_blocks();
-
+
# endif
#endif /* DO_PIKE_CLEANUP */ }