]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dcrypt: test-crypto - Add missing test_end call to abnormal return
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 25 Jan 2023 19:53:53 +0000 (21:53 +0200)
committermarkus.valentin <markus.valentin@open-xchange.com>
Fri, 27 Jan 2023 07:38:45 +0000 (07:38 +0000)
Forgotten in 316cbe323513a0f20d1cf519fe9405e231d633e2

src/lib-dcrypt/test-crypto.c

index 9d589121632b7be0e69771497569ba19bd0cf507..248225300e5de5ba01f53079fecb551d5531eb52 100644 (file)
@@ -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;
        }