Fixed bug #36205 (Memory leaks on duplicate cookies)

This commit is contained in:
Dmitry Stogov 2006-02-13 12:18:31 +00:00
parent 09ca61c125
commit b238135d53

View file

@ -226,6 +226,7 @@ plain_var:
if (index != escaped_index) {
efree(escaped_index);
}
zval_ptr_dtor(&gpc_element);
break;
}
zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);