diff options
Diffstat (limited to 'Zend/zend_opcode.c')
-rw-r--r-- | Zend/zend_opcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index 08da904c35..273a4b3762 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -124,7 +124,7 @@ ZEND_API void destroy_zend_class(zend_class_entry *ce) free(ce->refcount); zend_hash_destroy(&ce->function_table); zend_hash_destroy(&ce->default_properties); - /* zend_hash_destroy(&ce->class_table); FIXME: Make sure this is initialized */ + zend_hash_destroy(&ce->class_table); break; } } |