Browse Source

The freed one is a hashtable - may matter if Hashtables are allocated

differently
PEAR_1_4DEV
Stanislav Malyshev 23 years ago
parent
commit
6a71c1d33f
  1. 2
      Zend/zend_execute_API.c

2
Zend/zend_execute_API.c

@ -264,7 +264,7 @@ void shutdown_executor(TSRMLS_D)
while (EG(symtable_cache_ptr)>=EG(symtable_cache)) {
zend_hash_destroy(*EG(symtable_cache_ptr));
efree(*EG(symtable_cache_ptr));
FREE_HASHTABLE(*EG(symtable_cache_ptr));
EG(symtable_cache_ptr)--;
}
} zend_end_try();

Loading…
Cancel
Save