diff options
Diffstat (limited to 'generic/tclIO.c')
| -rw-r--r-- | generic/tclIO.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index d4c52a7..2df8696 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -9559,7 +9559,7 @@ CopyData( /* Encoding control */ int underflow; /* Input underflow */ - csPtr->refCount++; /* avoid freeing during handling */ + csPtr->refCount++; /* avoid freeing during handling */ inChan = (Tcl_Channel) csPtr->readPtr; outChan = (Tcl_Channel) csPtr->writePtr; @@ -9847,7 +9847,7 @@ CopyData( } } -done: + done: CopyDecrRefCount(csPtr); return result; } @@ -10202,8 +10202,8 @@ StopCopy( static void CopyDecrRefCount( - CopyState *csPtr -) { + CopyState *csPtr) +{ if (csPtr->refCount-- > 1) { return; } |
