summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_variables.c b/main/php_variables.c
index 5f779f991c..995497c42d 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -186,6 +186,9 @@ PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars
MAKE_STD_ZVAL(gpc_element);
array_init(gpc_element);
zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
+ } else {
+ free_alloca(var_orig, use_heap);
+ return;
}
}
if (index != escaped_index) {