From 24f070186760b462d84e53759f447c82beebba7e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 3 May 2006 19:40:58 +0000 Subject: MFH: plug leak --- sapi/cgi/cgi_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/cgi') diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 2aaae382f0..00efce21e1 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1468,6 +1468,7 @@ consult the installation file that came with this distribution, or visit \n\ if (script_file) { /* override path_translated if -f on command line */ + STR_FREE(SG(request_info).path_translated); SG(request_info).path_translated = script_file; } -- cgit v1.2.1