From: Andrei Zmievski Date: Thu, 7 Oct 1999 13:23:33 +0000 (+0000) Subject: Fix for #2457. X-Git-Tag: php-4.0b3_RC2~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d89395481b261acea2b1340a6abd8b28dfaaf5e;p=php Fix for #2457. --- diff --git a/request_info.c b/request_info.c index 86f3bcc22c..7c917584c4 100644 --- a/request_info.c +++ b/request_info.c @@ -91,6 +91,7 @@ int php3_init_request_info(void *conf) int php3_destroy_request_info(void *conf) { /* see above for why we don't want to efree() request_info.filename */ + STR_FREE(request_info.current_user); return SUCCESS; } #endif