X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=40da62b62057b9b346cf624fa381128bbd79d02e;hp=c028aeb9aced5f9ab7a65946c46ef9c659ee7e50;hb=e7899b00d0948f5d8e75b22b9ce82037593ebcdd;hpb=3863e88e965f37e316de90978071c985fb4e5701 diff --git a/notmuch.c b/notmuch.c index c028aeb9..40da62b6 100644 --- a/notmuch.c +++ b/notmuch.c @@ -548,6 +548,8 @@ main (int argc, char *argv[]) command_t *command; unsigned int i; + talloc_enable_null_tracking (); + local = talloc_new (NULL); g_mime_init (0);