From d0ad621906dcf2137119c85f2cfb5361c245a06f Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Tue, 4 Aug 2015 01:22:04 +0200 Subject: Fix further leaks --- sapi/phpdbg/phpdbg_cmd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sapi/phpdbg/phpdbg_cmd.c') diff --git a/sapi/phpdbg/phpdbg_cmd.c b/sapi/phpdbg/phpdbg_cmd.c index 71a27f5dec..a50b340e7d 100644 --- a/sapi/phpdbg/phpdbg_cmd.c +++ b/sapi/phpdbg/phpdbg_cmd.c @@ -396,6 +396,10 @@ PHPDBG_API void phpdbg_stack_free(phpdbg_param_t *stack) { case NUMERIC_FUNCTION_PARAM: case STR_PARAM: case OP_PARAM: + case EVAL_PARAM: + case SHELL_PARAM: + case COND_PARAM: + case RUN_PARAM: if (remove->str) { efree(remove->str); } -- cgit v1.2.1