Fixed use after free

This commit is contained in:
Dmitry Stogov 2015-01-26 12:24:33 +03:00
parent 371dc9b6a6
commit 8aa146b810
7 changed files with 0 additions and 7 deletions

View file

@ -104,7 +104,6 @@ U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, __construct)
if (Z_TYPE_P(return_value) == IS_OBJECT && Z_OBJ_P(return_value) == NULL) {
zend_object_store_ctor_failed(Z_OBJ(orig_this));
zval_dtor(&orig_this);
ZEND_CTOR_MAKE_NULL();
}
}