summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-22 19:35:10 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-22 19:35:10 (GMT)
commit065b83cf3d8fb1f85d3bdc9cfd4af8765608137e (patch)
treeac752dcd448c2800fec0ea4fc60c787b9998a0c5 /generic/tclIO.c
parent8befaa6c3171251d5dc1846a738b09e8b391eeb9 (diff)
downloadtcl-065b83cf3d8fb1f85d3bdc9cfd4af8765608137e.zip
tcl-065b83cf3d8fb1f85d3bdc9cfd4af8765608137e.tar.gz
tcl-065b83cf3d8fb1f85d3bdc9cfd4af8765608137e.tar.bz2
bug 1225727
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index 46ebf28..f983a9a 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIO.c,v 1.61.2.10 2005/04/14 07:10:06 davygrvy Exp $
+ * RCS: @(#) $Id: tclIO.c,v 1.61.2.11 2005/06/22 19:35:16 kennykb Exp $
*/
#include "tclInt.h"
@@ -274,6 +274,7 @@ TclFinalizeIOSubsystem()
statePtr->flags |= CHANNEL_DEAD;
}
}
+ TclpFinalizePipes();
}