mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlers
This commit is contained in:
parent
69d183dd19
commit
96f7a33df6
2 changed files with 11 additions and 1 deletions
|
@ -1950,6 +1950,9 @@ void zend_mm_shutdown(zend_mm_heap *heap, int full, int silent)
|
|||
|
||||
#if ZEND_MM_CUSTOM
|
||||
if (heap->use_custom_heap) {
|
||||
if (full) {
|
||||
heap->_free(heap);
|
||||
}
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue