]> granicus.if.org Git - apache/commitdiff
Make pline a child of main pool.
authorTakashi Sato <takashi@apache.org>
Tue, 26 May 2009 15:42:15 +0000 (15:42 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 26 May 2009 15:42:15 +0000 (15:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@778761 13f79535-47bb-0310-9956-ffa450edef68

support/logresolve.c

index d9cd3aa2393df7c52ae0e0e3f0dc59dd687eda25..4ce48c8973013a879b29c37e302438b698c07fe8 100644 (file)
@@ -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;
     }