[xiph-cvs] cvs commit: vorbis-plugins/winamp vorbis.c
Michael Smith
msmith at xiph.org
Sat Dec 23 22:19:15 PST 2000
msmith 00/12/23 22:19:15
Modified: winamp vorbis.c
Log:
Remove unneeded CloseHandle() that might cause problems.
Revision Changes Path
1.9 +0 -1 vorbis-plugins/winamp/vorbis.c
Index: vorbis.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-plugins/winamp/vorbis.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vorbis.c 2000/12/14 14:06:08 1.8
+++ vorbis.c 2000/12/24 06:19:14 1.9
@@ -252,7 +252,6 @@
MessageBox(mod.hMainWindow, "error asking thread to die!\n", "error killing decode thread", 0);
TerminateThread(thread_handle, 0);
}
- CloseHandle(thread_handle);
ov_clear(&input_file);
thread_handle = INVALID_HANDLE_VALUE;
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list