]> granicus.if.org Git - apache/commitdiff
Ooops. Don't whack our ptrans pool.
authorBill Stoddard <stoddard@apache.org>
Wed, 10 Apr 2002 15:17:42 +0000 (15:17 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 10 Apr 2002 15:17:42 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94591 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 8d2eddecbccb31dbda2013da63807547dc60a30f..08d0c9dd684a1373f37a8d6d441ef6904c9a7b08 100644 (file)
@@ -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)