|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
[Muscle] BUG libmusclecard?
From: Karsten Ohme (widerstand
t-online.de)
Date: Wed Apr 06 2005 - 08:36:55 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I miss a call to the function SCardReleaseContext(). In the CVS Version
of libmusclecard this function is never called. Maybe somebody would
have problems with this.
I patched my version of libmusclecard.
File musclecard.c function MSCReleaseConnection() around line 575
/*
* Release Context
*/
if (pConnection->hContext != 0)
{
rv = SCardReleaseContext(pConnection->hContext);
if (pcscToMSC(rv) != MSC_SUCCESS)
return pcscToMSC(rv);
}
Bye, Karsten
_______________________________________________
Muscle mailing list
Muscle
lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]