From fef05cd3ed9bf8d48348f91524204915b1a92548 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 20 Jan 2015 15:10:25 +0100 Subject: [PATCH] fix leak --- php_http_header.c | 1 + 1 file changed, 1 insertion(+) diff --git a/php_http_header.c b/php_http_header.c index 6d47d99..bbf6a9e 100644 --- a/php_http_header.c +++ b/php_http_header.c @@ -291,6 +291,7 @@ PHP_METHOD(HttpHeader, getParams) RETVAL_ZVAL(&zparams_obj, 0, 1); } + zval_ptr_dtor(&zctor); if (zargs) { efree(zargs); } -- 2.30.2