Browse Source

- Fix memleaks (by nuno)

migration/RELEASE_1_0_0
Marcus Boerger 20 years ago
parent
commit
9b29f1a3f4
  1. 3
      Zend/zend.c

3
Zend/zend.c

@ -1170,6 +1170,9 @@ void zend_shutdown(TSRMLS_D)
unicode_globals_dtor(&unicode_globals TSRMLS_CC);
#endif
zend_destroy_rsrc_list_dtors();
/* free ICU cache and any open ICU item (collators, converters, ...) */
u_cleanup();
}

Loading…
Cancel
Save