From a1af1550181e442ac87f932c8e5e36c7053cb8eb Mon Sep 17 00:00:00 2001 From: jey Date: Mon, 22 Oct 2001 21:05:07 +0000 Subject: [PATCH] dirty fix git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@23 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tests/hst-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/hst-test.c b/src/tests/hst-test.c index 6311a141..140bbd90 100644 --- a/src/tests/hst-test.c +++ b/src/tests/hst-test.c @@ -223,7 +223,6 @@ int main(int argc, char **argv) { } printf("Dumping certificate to file '%s' (%d bytes)\n", fname, c); fwrite(certbuf, c, 1, file); - fclose(file); free(certbuf); } fclose(file);