From 35746476c6cfdad82a9e0a09a8c918eb454dff46 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 29 May 2006 14:08:42 +0000 Subject: [PATCH] Revert change 28322, which makes ithreads panic p4raw-id: //depot/perl@28329 --- perlio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/perlio.c b/perlio.c index a5dc32e..2f8820e 100644 --- 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); } -- 2.7.4