pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-03
2018-01-03 00:27:30 by Martin Nilsson <nilsson@fastmail.com>
bf5082be50b689b1587a678a4941c92e56154731 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Don't leak when calling TM->strftime
346:
buffer[0] = 0; strftime_zone( buffer, 8192, format->str, &THIS->t ); push_text( buffer );
+
free(buffer);
} /*! @decl int(0..60) sec;