mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Fixed memory leak.
This commit is contained in:
@@ -808,6 +808,7 @@ PHP_FUNCTION(session_unset)
|
||||
== SUCCESS) {
|
||||
zend_hash_del(&EG(symbol_table), variable, strlen(variable) + 1);
|
||||
}
|
||||
efree(variable);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user