We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48fd95 commit 01689b8Copy full SHA for 01689b8
1 file changed
tests/api.c
@@ -1444,7 +1444,7 @@ static int test_dual_alg_crit_ext_support(void)
1444
XFREE(root, NULL, DYNAMIC_TYPE_TMP_BUFFER);
1445
XFREE(server, NULL, DYNAMIC_TYPE_TMP_BUFFER);
1446
1447
- free(serverKey);
+ XFREE(serverKey, NULL, DYNAMIC_TYPE_TMP_BUFFER);
1448
1449
return EXPECT_RESULT();
1450
}
@@ -1519,7 +1519,7 @@ static int test_dual_alg_support(void)
1519
1520
1521
1522
1523
1524
1525
0 commit comments