X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=873a7c4c15f97edf037ee3a3b0fff782713ded5d;hp=603992a612448c8892888580a4fae68f5aa123dc;hb=caae152772e6d15333e392e8175799c8475fd902;hpb=61f0a5b8ee2adf540106a09c5f83fe634da6beb3 diff --git a/notmuch-show.c b/notmuch-show.c index 603992a6..873a7c4c 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -255,7 +255,9 @@ _extract_email_address (const void *ctx, const char *from) email = talloc_strdup (ctx, email); DONE: - /* XXX: How to free addresses here? */ + if (addresses) + g_object_unref (addresses); + return email; }