aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pk.cpp')
-rw-r--r--tests/test_pk.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_pk.cpp b/tests/test_pk.cpp
index 7679096..b917a2e 100644
--- a/tests/test_pk.cpp
+++ b/tests/test_pk.cpp
@@ -224,6 +224,9 @@ result = ::olm_ed25519_verify(
assert_equals((size_t)-1, result);
+olm_clear_utility(utility);
+free(utility_buffer);
+
free(message);
free(sig_buffer);