summaryrefslogtreecommitdiff
path: root/src/lib/tests/crypt_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tests/crypt_test.c')
-rw-r--r--src/lib/tests/crypt_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tests/crypt_test.c b/src/lib/tests/crypt_test.c
index 7f011e5c..7489d5b3 100644
--- a/src/lib/tests/crypt_test.c
+++ b/src/lib/tests/crypt_test.c
@@ -216,6 +216,8 @@ int test_crypt_encrypt_decrypt(void)
}
crypt_destroy_ctx(ctx);
+ freebuf(out2);
+ freebuf(out);
TEST_SUCCESS();