X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=copy.c;h=66d30b8c3f821a2840f42f8beb2dc886911bdf3a;hb=c5d1c5652337aba93824f370f5164827a2d46017;hp=565fcb0d710ddc4656385d9d49a47e48e248d072;hpb=c88f8ebd5e7542e4ee2ac2c24dfd5f358dbb4235;p=apps%2Fmadmutt.git diff --git a/copy.c b/copy.c index 565fcb0..66d30b8 100644 --- a/copy.c +++ b/copy.c @@ -940,7 +940,7 @@ static int address_header_decode (char **h) format_address_header (h, a); - rfc822_free_address (&a); + address_delete (&a); p_delete(&s); return 1;