double free caused strange side effects

This commit is contained in:
Andreas Steffen
2009-07-13 20:28:36 +02:00
parent ecb32c75ce
commit d44b03563a
-1
View File
@@ -810,7 +810,6 @@ int identification_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec,
{ /* not printable, hex dump */
snprintf(buf, sizeof(buf), "%#B", &this->encoded);
}
chunk_free(&proper);
break;
case ID_PUBKEY_INFO_SHA1:
case ID_PUBKEY_SHA1: