X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-index-message.cc;h=dfb1825edccb578566b8a33105a508710feb9119;hp=dd3fbb44687ba1859be696bf86ae9ee12a86b8dd;hb=28c0691ab96b4550b6b5ec80d441cefc591e1098;hpb=dcebf35ec9d177720a120fd8601f966d169d2edf;ds=sidebyside diff --git a/notmuch-index-message.cc b/notmuch-index-message.cc index dd3fbb44..dfb1825e 100644 --- a/notmuch-index-message.cc +++ b/notmuch-index-message.cc @@ -817,6 +817,8 @@ main (int argc, char **argv) } } + g_io_channel_unref (channel); + gettimeofday (&tv_now, NULL); elapsed = (tv_now.tv_sec - tv_start.tv_sec + (tv_now.tv_usec - tv_start.tv_usec) / 1e6);