1
0
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:
Andrey Hristov
1999-09-16 20:59:44 +00:00
parent 359a3af2a1
commit f52ffb8943
+1
View File
@@ -808,6 +808,7 @@ PHP_FUNCTION(session_unset)
== SUCCESS) {
zend_hash_del(&EG(symbol_table), variable, strlen(variable) + 1);
}
efree(variable);
}
}
/* }}} */