Skip to content

Commit

Permalink
Last memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
juliens committed Dec 24, 2012
1 parent 680751a commit e81dafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aop.c
Expand Up @@ -488,6 +488,7 @@ void _test_write_pointcut_and_execute(HashPosition pos, HashTable *ht, zval *obj
obj->object = object;
obj->member = member;
obj->value = value;
Z_SET_ISREF_P(value);
Z_ADDREF_P(value);
obj->scope = current_scope;
#if ZEND_MODULE_API_NO >= 20100525
Expand Down

0 comments on commit e81dafe

Please sign in to comment.