Skip to content

Commit

Permalink
Use efree_size
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Sep 10, 2015
1 parent 213b496 commit 66643f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_object_handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ ZEND_API int zend_check_property_access(zend_object *zobj, zend_string *prop_inf
/* }}} */

static void zend_property_guard_dtor(zval *el) /* {{{ */ {
efree(Z_PTR_P(el));
efree_size(Z_PTR_P(el), sizeof(zend_ulong));
}
/* }}} */

Expand Down

0 comments on commit 66643f6

Please sign in to comment.