pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:602:
SET_ZONE(t, timezone->str); } THIS->unix_time = mktime_zone( t ); } INIT { THIS->set_zone = 0; THIS->modified = 0; }
-
EXIT {
+
EXIT
+
gc_trivial;
+
{
if( THIS->set_zone ) free_string( THIS->set_zone ); } } /*! @endclass */ #undef FIX_THIS #ifdef STRUCT_TM_HAS___TM_GMTOFF #undef tm_zone #undef tm_gmtoff