X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=fa91c5de1f24e56ae6176970ec67479c34883f85;hp=974df401a5e59af5487dd5ff205160f757a7ccf4;hb=591a0787c2dc8fc79d0673ec42a84e6939722f17;hpb=7e6f55b268d38a904b67bf0ce67f97e07661094f diff --git a/notmuch-reply.c b/notmuch-reply.c index 974df401..fa91c5de 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -285,8 +285,6 @@ static InternetAddressList *get_sender(GMimeMessage *message) */ if (! reply_to_header_is_redundant (message, reply_to_list)) return reply_to_list; - - g_mime_2_6_unref (G_OBJECT (reply_to_list)); } return g_mime_message_get_from (message);