diff options
| author | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 19:35:10 (GMT) |
|---|---|---|
| committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 19:35:10 (GMT) |
| commit | 0da917a703a07340919c8c31c734c86c35a6fefb (patch) | |
| tree | ac752dcd448c2800fec0ea4fc60c787b9998a0c5 /generic/tclIO.c | |
| parent | d0f740c343d14d9c3a00c30b9acaeeb10c100e86 (diff) | |
| download | tcl-0da917a703a07340919c8c31c734c86c35a6fefb.zip tcl-0da917a703a07340919c8c31c734c86c35a6fefb.tar.gz tcl-0da917a703a07340919c8c31c734c86c35a6fefb.tar.bz2 | |
bug 1225727
Diffstat (limited to 'generic/tclIO.c')
| -rw-r--r-- | generic/tclIO.c | 3 |
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(); } |
