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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user