[Pcsclite-cvs-commit] r2558 - trunk/PCSC/src

rousseau at alioth.debian.org rousseau at alioth.debian.org
Wed Jun 13 12:35:37 UTC 2007


Author: rousseau
Date: 2007-06-13 12:35:37 +0000 (Wed, 13 Jun 2007)
New Revision: 2558

Modified:
   trunk/PCSC/src/eventhandler.c
Log:
EHStatusHandlerThread(): use SYS_ThreadExit(NULL) instead of
SYS_ThreadExit(0) (detected by sparse)


Modified: trunk/PCSC/src/eventhandler.c
===================================================================
--- trunk/PCSC/src/eventhandler.c	2007-06-13 12:32:27 UTC (rev 2557)
+++ trunk/PCSC/src/eventhandler.c	2007-06-13 12:35:37 UTC (rev 2558)
@@ -453,7 +453,7 @@
 			 */
 			rContext->dwLockId = 0;
 			SYS_ThreadDetach(rContext->pthThread);
-			SYS_ThreadExit(0);
+			SYS_ThreadExit(NULL);
 		}
 
 		/*




More information about the Pcsclite-cvs-commit mailing list