fixed two crashes (-k and -t under cygwin)

This commit is contained in:
git@daemon.de
2013-11-03 19:38:35 +01:00
parent a9edd305ed
commit 3e4355c4e7
2 changed files with 4 additions and 8 deletions

View File

@@ -73,8 +73,6 @@ void pcp_keygen(char *passwd) {
pcpkey_printshortinfo(key);
}
}
free(k);
free(mail);
free(owner);
}