We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f360ab2 commit e71e46bCopy full SHA for e71e46b
zephir_parser.c
@@ -67,6 +67,7 @@ static PHP_FUNCTION(zephir_parse_file)
67
}
68
69
assert(Z_TYPE_P(r) == IS_ARRAY);
70
+ zval_ptr_dtor(&error_msg);
71
RETURN_ZVAL(r, 1, 1);
72
73
/* }}} */
0 commit comments