From: Takashi Sato Date: Tue, 26 May 2009 15:42:15 +0000 (+0000) Subject: Make pline a child of main pool. X-Git-Tag: 2.3.3~542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0970a449caa9f1a6cb17466604b470c94e6c4b3c;p=apache Make pline a child of main pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@778761 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/logresolve.c b/support/logresolve.c index d9cd3aa239..4ce48c8973 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -203,7 +203,7 @@ int main(int argc, const char * const argv[]) #endif cache = apr_hash_make(pool); - if(apr_pool_create(&pline, NULL) != APR_SUCCESS){ + if(apr_pool_create(&pline, pool) != APR_SUCCESS){ return 1; }