mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Fixed bug #36205 (Memory leaks on duplicate cookies)
This commit is contained in:
parent
09ca61c125
commit
b238135d53
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ plain_var:
|
||||||
if (index != escaped_index) {
|
if (index != escaped_index) {
|
||||||
efree(escaped_index);
|
efree(escaped_index);
|
||||||
}
|
}
|
||||||
|
zval_ptr_dtor(&gpc_element);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
|
zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue