fixed memory leak

This commit is contained in:
Frank Morgner
2014-09-09 00:30:22 +02:00
parent 5a6238f397
commit 28c8b3c719
2 changed files with 2 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ int main (int argc, char **argv)
err:
cmdline_parser_free (&args_info);
cleanup();
/*if (r != SCARD_S_SUCCESS) {*/