projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d00ba3
)
Fixup non-ithread build after 8713
Nick Ing-Simmons [Thu, 8 Feb 2001 19:26:08 +0000 (19:26 +0000)]
p4raw-id: //depot/perl@8715
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
c11007e
..
78a4a54
100644
(file)
--- 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 */