From: Greg Beaver Date: Sat, 21 Jun 2008 06:21:58 +0000 (+0000) Subject: fix leak X-Git-Tag: php-5.3.0alpha1~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c26d05bac9dab32ce9a7f0597882c4fd0031d3;p=php fix leak --- diff --git a/ext/phar/util.c b/ext/phar/util.c index 043aad7b14..b20d257fe5 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -289,6 +289,7 @@ splitted: return ret; } } + efree(test); } spprintf(&path, MAXPATHLEN, "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_SEPARATOR, PG(include_path)); efree(arch);