fixed double buffer_free()

This commit is contained in:
TLINDEN
2014-02-22 16:00:07 +01:00
parent cfb8207ac2
commit ab142a47b6

View File

@@ -423,7 +423,6 @@ void pcp_exportpublic(char *keyid, char *passwd, char *outfile, int format, int
} }
errpcpexpu1: errpcpexpu1:
buffer_free(exported_pk);
} }