From: Felipe Pena Date: Tue, 19 Nov 2013 10:53:51 +0000 (-0200) Subject: - Fixed memory issue X-Git-Tag: php-5.6.0alpha1~110^2~206^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d45e8825736ad4410f9cf4a43d719eec4801981a;p=php - Fixed memory issue --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index d39ae8ef85..23a8706091 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -1016,6 +1016,7 @@ int phpdbg_interactive(TSRMLS_D) /* {{{ */ } else { if (start) { efree(start); + start = NULL; } if (PHPDBG_G(lcmd)) {