[Pcsclite-cvs-commit] r2950 - /trunk/PCSC/src/eventhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue May 13 09:03:45 UTC 2008


Author: rousseau
Date: Tue May 13 09:03:45 2008
New Revision: 2950

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2950
Log:
EHStatusHandlerThread(): do not call SYS_ThreadDetach() since that will
prevent SYS_ThreadJoin() from working.

Modified:
    trunk/PCSC/src/eventhandler.c

Modified: trunk/PCSC/src/eventhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/eventhandler.c?rev=2950&op=diff
==============================================================================
--- trunk/PCSC/src/eventhandler.c (original)
+++ trunk/PCSC/src/eventhandler.c Tue May 13 09:03:45 2008
@@ -476,7 +476,6 @@
 			 */
 			Log1(PCSC_LOG_CRITICAL, "Die");
 			rContext->dwLockId = 0;
-			SYS_ThreadDetach(rContext->pthThread);
 			SYS_ThreadExit(NULL);
 		}
 	}




More information about the Pcsclite-cvs-commit mailing list