From 0d89395481b261acea2b1340a6abd8b28dfaaf5e Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 7 Oct 1999 13:23:33 +0000 Subject: [PATCH] Fix for #2457. --- request_info.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0