pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:43 by Arne Goedeke <el@laramies.com>
42c54cc1048edfbf29a468823cadfe2199d7de7c (
5
lines) (+
2
/-
3
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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 */ }