diff --git a/src/internal.c b/src/internal.c index dcd8fa8ab6..ccea4c0271 100644 --- a/src/internal.c +++ b/src/internal.c @@ -3282,6 +3282,7 @@ static void FreeCiphersSide(Ciphers *cipher, void* heap) cipher->aria = NULL; #endif #ifdef HAVE_CAMELLIA + wc_CamelliaFree(cipher->cam); XFREE(cipher->cam, heap, DYNAMIC_TYPE_CIPHER); cipher->cam = NULL; #endif