From: Nick Ing-Simmons Date: Thu, 8 Feb 2001 19:26:08 +0000 (+0000) Subject: Fixup non-ithread build after 8713 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53186e96e390e4859691de94902f13ebf1e5aef0;p=p5sagit%2Fp5-mst-13.2.git Fixup non-ithread build after 8713 p4raw-id: //depot/perl@8715 --- diff --git a/perl.c b/perl.c index c11007e..78a4a54 100644 --- a/perl.c +++ b/perl.c @@ -698,8 +698,10 @@ perl_destruct(pTHXx) } SvREFCNT_dec(PL_strtab); +#ifdef USE_THREADS /* free the pointer table used for cloning */ ptr_table_free(PL_ptr_table); +#endif /* free special SVs */