pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-16
2013-06-16 10:08:01 by Arne Goedeke <el@laramies.com>
22287ccd48adcc1cf5e087a9f12b4dbf46f26827 (
5
lines) (+
2
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
fix stralloc in DO_PIKE_CLEANUP
2334:
num_strings=0; #ifdef DO_PIKE_CLEANUP
-
ba_destroy(string_
allocator+0
);
-
ba_destroy(string_allocator+1);
-
ba_destroy(string_allocator+2);
+
ba_destroy(
&
string_
allocator
);
#endif /* DO_PIKE_CLEANUP */ }