diff options
| author | dgp <dgp@users.sourceforge.net> | 2017-05-04 14:51:22 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2017-05-04 14:51:22 (GMT) |
| commit | f4023a9bf53b58f02ba99c0beb162714b9d461b0 (patch) | |
| tree | 801216170d15b2643ddb52465f5ccbfa2305e538 /win | |
| parent | a6f59731135b12e8b4912160ff7cd2c9d93b73e1 (diff) | |
| parent | aa7f26cefe717461f284fb9e389ee6a613b2d970 (diff) | |
| download | tcl-tip_458.zip tcl-tip_458.tar.gz tcl-tip_458.tar.bz2 | |
merge trunktip_458
Diffstat (limited to 'win')
| -rw-r--r-- | win/tclWinPipe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c index 3e7e5eb..5246d53 100644 --- a/win/tclWinPipe.c +++ b/win/tclWinPipe.c @@ -3253,7 +3253,7 @@ TclPipeThreadStop( HANDLE hThread) { TclPipeThreadInfo *pipeTI = *pipeTIPtr; - HANDLE evControl, wakeEvent; + HANDLE evControl; int state; if (!pipeTI) { @@ -3261,7 +3261,6 @@ TclPipeThreadStop( } pipeTI = *pipeTIPtr; evControl = pipeTI->evControl; - wakeEvent = pipeTI->evWakeUp; pipeTI->evWakeUp = NULL; /* * Try to sane stop the pipe worker, corresponding its current state |
