]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Thu, 19 Jan 2017 21:09:18 +0000 (21:09 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 19 Jan 2017 21:09:18 +0000 (21:09 +0000)
reverting change 1779525.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779528 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_mplx.c

index 73498775ce21762db61264a6730d2ae69109fdfa..b535a02a13a1d28851394ee9e0de02e48c72e75b 100644 (file)
@@ -280,7 +280,7 @@ h2_mplx *h2_mplx_create(conn_rec *c, apr_pool_t *parent,
         m->id = c->id;
         APR_RING_ELEM_INIT(m, link);
         m->c = c;
-        apr_pool_create_ex(&m->pool, NULL, NULL, allocator);
+        apr_pool_create_ex(&m->pool, parent, NULL, allocator);
         if (!m->pool) {
             return NULL;
         }