]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
lib: paper over allocation difference
[notmuch] / notmuch-reply.c
index 4c1dd56024698041f1c97bca50347ffca8cace2e..430c466c013e2cf511b6ce9fc8f201e4a93b81f9 100644 (file)
@@ -286,7 +286,7 @@ static InternetAddressList *get_sender(GMimeMessage *message)
        if (! reply_to_header_is_redundant (message, reply_to_list))
            return reply_to_list;
 
-       g_object_unref (G_OBJECT (reply_to_list));
+       g_mime_2_6_unref (G_OBJECT (reply_to_list));
     }
 
     return g_mime_message_get_from (message);