summaryrefslogtreecommitdiff
path: root/third_party/srtp/crypto/cipher/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/crypto/cipher/cipher.c')
-rw-r--r--third_party/srtp/crypto/cipher/cipher.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/srtp/crypto/cipher/cipher.c b/third_party/srtp/crypto/cipher/cipher.c
index 573c5e23..b5ef1645 100644
--- a/third_party/srtp/crypto/cipher/cipher.c
+++ b/third_party/srtp/crypto/cipher/cipher.c
@@ -359,6 +359,8 @@ cipher_type_self_test(const cipher_type_t *ct) {
}
}
+
+ cipher_dealloc(c);
return err_status_ok;
}