fixed double free of buffer blob in pcp_import_pub_pbp

This commit is contained in:
TLINDEN
2015-04-17 11:41:43 +02:00
parent 8d552ddf43
commit ce7e1c378a

View File

@@ -331,7 +331,6 @@ pcp_ks_bundle_t *pcp_import_pub_rfc(PCPCTX *ptx, Buffer *blob) {
bes:
bef:
buffer_free(blob);
ucfree(sigheader, sizeof(rfc_pub_sig_h));
ucfree(subheader, sizeof(rfc_pub_sig_s));
ucfree(p, sizeof(pcp_pubkey_t));