From: Bill Stoddard Date: Wed, 10 Apr 2002 15:17:42 +0000 (+0000) Subject: Ooops. Don't whack our ptrans pool. X-Git-Tag: 2.0.36~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90c9abe4ff470e0bec8ca032ffa3bc8a4c2af17c;p=apache Ooops. Don't whack our ptrans pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94591 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 8d2eddecbc..08d0c9dd68 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -214,7 +214,6 @@ AP_DECLARE(void) mpm_recycle_completion_context(PCOMP_CONTEXT context) */ if (context) { apr_pool_clear(context->ptrans); - context->ptrans = NULL; context->next = NULL; apr_thread_mutex_lock(qlock); if (qtail)