1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00

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
This commit is contained in:
Takashi Sato
2009-05-26 15:42:15 +00:00
parent fd4393f664
commit 0970a449ca

View 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;
}