From fdb7d2dc55e87b0bf1eb3436751f4727a770b223 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 5 Dec 2005 16:02:27 +0000 Subject: [PATCH] - add note about memleaks in HttpRequestPool::__construct() in case exceptions are thrown --- KnownIssues.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/KnownIssues.txt b/KnownIssues.txt index f4e9450..3abaedc 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -21,4 +21,7 @@ Internals: destroyed in http_request_pool_detach() but on reset; may be a memory problem in long running scripts which reuse one request pool several times - + - there's a memleak with sizeof(zval) for each thrown exception, + which ends up in HttpRequestPoolExcepiont::$exceptionStack, in + HttpRequestPool::__construct(); it doesn't happen with wrapped + exceptions in HttpRequestPool::send(). -- 2.30.2