X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=7afd39478b0e3aa5665d94b5e2acb6234c6793c0;hp=1cfc74652aca907f39000b49e9e9310490258b57;hb=1e4e8e3bf564ea190b42e9347b22c62fa6b78396;hpb=0f314c0c99befea599a68bea51d759b4133efef6 diff --git a/notmuch-show.c b/notmuch-show.c index 1cfc7465..7afd3947 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -1234,7 +1234,7 @@ notmuch_show_command (notmuch_config_t *config, int argc, char *argv[]) g_mime_stream_flush (params.out_stream); g_object_unref (params.out_stream); - notmuch_crypto_cleanup (¶ms.crypto); + _notmuch_crypto_cleanup (¶ms.crypto); notmuch_query_destroy (query); notmuch_database_destroy (notmuch);