diff --git a/tests/api.c b/tests/api.c index f87238864..7c5e82e21 100644 --- a/tests/api.c +++ b/tests/api.c @@ -21011,7 +21011,7 @@ static int test_wc_SetSubjectBuffer (void) ret = 0; } } - + XFREE(der, NULL, DYNAMIC_TYPE_TMP_BUFFER); printf(resultFmt, ret == 0 ? passed : failed); #endif return ret;