diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-04 09:51:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-04 09:51:00 (GMT) |
commit | 63cf0366bd7604edf47e87878287f8a181d90b4f (patch) | |
tree | ea373a3f59139beed379fe63c5d6c79b3c3c4143 | |
parent | af718696fbbc08e063e15d22f31935a0a94bc492 (diff) | |
parent | fd7ea3420f7e0a7c10eae2adb29e7fe119c8eddf (diff) | |
download | tcl-63cf0366bd7604edf47e87878287f8a181d90b4f.zip tcl-63cf0366bd7604edf47e87878287f8a181d90b4f.tar.gz tcl-63cf0366bd7604edf47e87878287f8a181d90b4f.tar.bz2 |
merge core-8-6-branch
-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 |