fixed various memory leaks and potential segfaults
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@70 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1798,7 +1798,9 @@ main (int argc, char **argv)
|
||||
}
|
||||
|
||||
if (dotest) {
|
||||
return ccid_testpace();
|
||||
i = ccid_testpace();
|
||||
ccid_shutdown();
|
||||
return i;
|
||||
}
|
||||
|
||||
fd = init_device ();
|
||||
|
||||
Reference in New Issue
Block a user