fixed memory leaks

This commit is contained in:
TLINDEN
2014-08-07 21:33:52 +02:00
parent 230a9a2341
commit 019df8e4c5
6 changed files with 30 additions and 25 deletions

View File

@@ -594,6 +594,7 @@ int main (int argc, char **argv) {
p_clean(recipient);
if(id != NULL)
free(id);
if(keyid != NULL)
free(keyid);
return e;
}