pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-06-25
2017-06-25 01:38:13 by Martin Nilsson <nilsson@fastmail.com>
e17ce3acb26cb334b2f85574f2d86a425cbd2cab (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Added gc_trivial for simple free_string
609:
THIS->modified = 0; }
-
EXIT {
+
EXIT
+
gc_trivial;
+
{
if( THIS->set_zone ) free_string( THIS->set_zone ); }