From: Anatol Belski Date: Fri, 29 Jan 2016 19:58:00 +0000 (+0100) Subject: Revert "fix yet another leak" X-Git-Tag: php-7.1.0alpha2~54^2~24^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d90531d1eab2db2e9d4a24b3fa02b58bd78d6e2;p=php Revert "fix yet another leak" This reverts commit 39084ccc689397a11de4d231fe8629549d66ce73. --- diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 99687f1efc..e2a63036db 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -175,7 +175,6 @@ static void ps_files_open(ps_files *data, const char *key) data->basedir = NULL; data->basedir_len = 0; } - efree(data); php_error_docref(NULL, E_WARNING, "The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'"); return; }