From: Aki Tuomi Date: Wed, 25 Jan 2023 19:53:53 +0000 (+0200) Subject: lib-dcrypt: test-crypto - Add missing test_end call to abnormal return X-Git-Tag: 2.4.0~3158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf25a2833abebddb158bac9a399d2e4e02abe0ff;p=thirdparty%2Fdovecot%2Fcore.git lib-dcrypt: test-crypto - Add missing test_end call to abnormal return Forgotten in 316cbe323513a0f20d1cf519fe9405e231d633e2 --- diff --git a/src/lib-dcrypt/test-crypto.c b/src/lib-dcrypt/test-crypto.c index 9d58912163..248225300e 100644 --- a/src/lib-dcrypt/test-crypto.c +++ b/src/lib-dcrypt/test-crypto.c @@ -127,6 +127,7 @@ static void test_cipher_aead_test_vectors(void) &ctx, &error)) { test_assert_failed("dcrypt_ctx_sym_create", __FILE__, __LINE__-1); + test_end(); return; }