projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc61b22
)
Revert change 28322, which makes ithreads panic
Rafael Garcia-Suarez [Mon, 29 May 2006 14:08:42 +0000 (14:08 +0000)]
p4raw-id: //depot/perl@28329
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
a5dc32e
..
2f8820e
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-2367,8
+2367,6
@@
PerlIO_cleanup(pTHX)
PerlIO_list_free(aTHX_ PL_def_layerlist);
PL_def_layerlist = NULL;
}
-
- Safefree(PL_perlio_fd_refcnt);
}