fixed memleak

This commit is contained in:
Martin Willi
2009-09-09 17:16:00 +02:00
parent 1080a51fd2
commit 63ee88745a
+1
View File
@@ -980,6 +980,7 @@ static int issue(int argc, char *argv[])
error = "CA private key does not match CA certificate"; error = "CA private key does not match CA certificate";
goto end; goto end;
} }
public->destroy(public);
if (file) if (file)
{ {