Browse Source

Fix buglet

migration/unlabaled-1.67.2
Zeev Suraski 25 years ago
parent
commit
c06dbe23bb
  1. 2
      Zend/zend_alloc.c

2
Zend/zend_alloc.c

@ -456,7 +456,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache)
TSRMLS_FETCH();
#if defined(ZEND_WIN32) && !ZEND_DEBUG
if (AG(memory_heap)) {
if (clean_cache && AG(memory_heap)) {
HeapDestroy(AG(memory_heap));
return;
}

Loading…
Cancel
Save