Revert "Fixed memleak in alloc_globals_ctor"

This reverts commit 85316b4bf0.
This commit is contained in:
Xinchen Hui 2015-03-09 00:17:52 +08:00
parent 1638db71fd
commit 51b96086d7

View File

@ -1950,9 +1950,6 @@ void zend_mm_shutdown(zend_mm_heap *heap, int full, int silent)
#if ZEND_MM_CUSTOM
if (heap->use_custom_heap) {
if (full) {
free(heap);
}
return;
}
#endif