summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2005-06-22 19:35:10 (GMT)
committerkennykb <kennykb@noemail.net>2005-06-22 19:35:10 (GMT)
commit841a642ec9c2ee2292c399fb97dee95282ad343f (patch)
treeac752dcd448c2800fec0ea4fc60c787b9998a0c5 /generic/tclIO.c
parente3c578233e480276f6bf3d7b75bbe8566744aec3 (diff)
downloadtcl-841a642ec9c2ee2292c399fb97dee95282ad343f.zip
tcl-841a642ec9c2ee2292c399fb97dee95282ad343f.tar.gz
tcl-841a642ec9c2ee2292c399fb97dee95282ad343f.tar.bz2
bug 1225727
FossilOrigin-Name: ab109e436a7376efb8cf03e6044c9228f5cdbbe3
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();
}