projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f3c90b3
)
perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
Jarkko Hietaniemi [Sun, 28 May 2006 18:15:35 +0000 (21:15 +0300)]
Message-Id: <
20060528151535
.BEA3E6D08C@seth.hut.fi>
p4raw-id: //depot/perl@28322
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
2f8820e
..
a5dc32e
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-2367,6
+2367,8
@@
PerlIO_cleanup(pTHX)
PerlIO_list_free(aTHX_ PL_def_layerlist);
PL_def_layerlist = NULL;
}
+
+ Safefree(PL_perlio_fd_refcnt);
}