You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by po...@prf.com on 2005/01/17 07:03:10 UTC

Autoreply: svn commit: r125401 - /perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h

Your message reads:

Received: from mail.apache.org (unverified [209.237.227.199]) by mail.hotspace.com.au
 (Rockliffe SMTPRA 4.5.6) with SMTP id <B0...@mail.hotspace.com.au> for <98...@prf.com>;
 Mon, 17 Jan 2005 17:03:10 +1100
Received: (qmail 37997 invoked by uid 500); 17 Jan 2005 06:04:40 -0000
Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm
Precedence: bulk
list-help: <ma...@perl.apache.org>
list-unsubscribe: <ma...@perl.apache.org>
list-post: <ma...@perl.apache.org>
Reply-To: dev@perl.apache.org
Delivered-To: mailing list modperl-cvs@perl.apache.org
Received: (qmail 37983 invoked by uid 99); 17 Jan 2005 06:04:40 -0000
X-ASF-Spam-Status: No, hits=-9.8 required=10.0
	tests=ALL_TRUSTED,NO_REAL_NAME
X-Spam-Check-By: apache.org
Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194)
  by apache.org (qpsmtpd/0.28) with SMTP; Sun, 16 Jan 2005 22:04:38 -0800
Received: (qmail 77294 invoked by uid 65534); 17 Jan 2005 06:04:36 -0000
Date: 17 Jan 2005 06:04:36 -0000
Message-ID: <20...@minotaur.apache.org>
From: gozer@apache.org
To: modperl-cvs@perl.apache.org
Subject: svn commit: r125401 - /perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Virus-Checked: Checked

Author: gozer
Date: Sun Jan 16 22:04:35 2005
New Revision: 125401

URL: http://svn.apache.org/viewcvs?view=rev&rev=125401
Log:
avoid possibly calling FREE_THREAD_KEY() twice in
MP_PERL_FREE_THREAD_KEY_WORKAROUND

Submitted-by: Gisle Aas <gi...@activestate.com>


Modified:
   perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h

Modified: perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h?view=diff&rev=125401&p1=perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h&r1=125400&p2=perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h&r2=125401
==============================================================================
--- perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h	(original)
+++ perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h	Sun Jan 16 22:04:35 2005
@@ -146,6 +146,7 @@
 #define MP_PERL_FREE_THREAD_KEY_WORKAROUND      \
     if (PL_curinterp) {                         \
         FREE_THREAD_KEY;                        \
+        PL_curinterp = NULL;                    \
     }
 #else
 #define MP_PERL_FREE_THREAD_KEY_WORKAROUND


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org