X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=430c466c013e2cf511b6ce9fc8f201e4a93b81f9;hp=4c1dd56024698041f1c97bca50347ffca8cace2e;hb=4ce7591610444a1c5ef6f56b57af8e180437fa62;hpb=32819f74d3ac2eee25cf234d988688cc82ecbc0a diff --git a/notmuch-reply.c b/notmuch-reply.c index 4c1dd560..430c466c 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -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);