summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-22 19:47:34 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-22 19:47:34 (GMT)
commitffaaf5eb1b4fa2ddfffd6cdf8a3668e82fc88ea9 (patch)
tree1833884e76878788fcdb5562ceb860d990199d46 /generic/tclIO.c
parent7ee7db08b5e81da44b8fe1bbdfc8d44c8d5791cc (diff)
downloadtcl-ffaaf5eb1b4fa2ddfffd6cdf8a3668e82fc88ea9.zip
tcl-ffaaf5eb1b4fa2ddfffd6cdf8a3668e82fc88ea9.tar.gz
tcl-ffaaf5eb1b4fa2ddfffd6cdf8a3668e82fc88ea9.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 0aeb6b8..0766e19 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.89 2005/06/07 20:37:40 dkf Exp $
+ * RCS: @(#) $Id: tclIO.c,v 1.90 2005/06/22 19:47:43 kennykb Exp $
*/
#include "tclInt.h"
@@ -270,6 +270,7 @@ TclFinalizeIOSubsystem()
statePtr->flags |= CHANNEL_DEAD;
}
}
+ TclpFinalizePipes();
}
/*