X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Ferror_util.c;h=e64162c7a885e622fd591b44c9d9a2175342bbd6;hp=778bbd522227b73d8aaaa53df64a17e1061e2ba6;hb=HEAD;hpb=92d8eae8f182e4eebc87d76f8d4f37e6c018883a diff --git a/util/error_util.c b/util/error_util.c index 778bbd52..e64162c7 100644 --- a/util/error_util.c +++ b/util/error_util.c @@ -34,6 +34,7 @@ _internal_error (const char *format, ...) fprintf (stderr, "Internal error: "); vfprintf (stderr, format, va_args); + va_end (va_args); exit (1); }