diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-05-02 09:19:40 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-03 06:56:28 -0300 |
| commit | 591a0787c2dc8fc79d0673ec42a84e6939722f17 (patch) | |
| tree | c05ee0b5ab1d858a6be370bb82d5abbf49b7e53b /notmuch-reply.c | |
| parent | 7e6f55b268d38a904b67bf0ce67f97e07661094f (diff) | |
gmime-cleanup: drop g_mime_2_6_unref
signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'notmuch-reply.c')
| -rw-r--r-- | notmuch-reply.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
