]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
gmime-cleanup: drop g_mime_2_6_unref
[notmuch] / notmuch-reply.c
index 974df401a5e59af5487dd5ff205160f757a7ccf4..fa91c5de1f24e56ae6176970ec67479c34883f85 100644 (file)
@@ -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);