- fixed segmentation fault, ccid running stable now again

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@34 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-01-30 11:52:25 +00:00
parent e4424f7316
commit ae067f8d07
2 changed files with 39 additions and 24 deletions

View File

@@ -1496,8 +1496,6 @@ special:
result = write (fd, outbuf, result);
if (debug)
fprintf(stderr, "done.\n");
free(outbuf);
outbuf = NULL; // XXX
if (result < 0)
goto stall;
} return;