X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=cd1b602b10dade4132d932b527e5784af4a3393f;hp=d87ec06d83f4989a8d6563fe141fd025c656b4c4;hb=570349e132da5e19b36a004e633b870cec810170;hpb=2dfbd26c424f88332174e114f7bfb1ffc1db4624 diff --git a/notmuch-reply.c b/notmuch-reply.c index d87ec06d..cd1b602b 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -325,12 +325,6 @@ add_recipients_from_message (GMimeMessage *reply, GMimeMessage *message, bool reply_all) { - - /* There is a memory leak here with gmime-2.6 because get_sender - * returns a newly allocated list, while the others return - * references to libgmime owned data. This leak will be fixed with - * the transition to gmime-3.0. - */ struct { InternetAddressList * (*get_header)(GMimeMessage *message); GMimeRecipientType recipient_type;