Added a free call to SetSubjectBuffer

This commit is contained in:
Ethan Looney
2020-08-05 15:52:09 -07:00
parent 49e5d8efea
commit 9671901de6

View File

@ -21011,7 +21011,7 @@ static int test_wc_SetSubjectBuffer (void)
ret = 0; ret = 0;
} }
} }
XFREE(der, NULL, DYNAMIC_TYPE_TMP_BUFFER);
printf(resultFmt, ret == 0 ? passed : failed); printf(resultFmt, ret == 0 ? passed : failed);
#endif #endif
return ret; return ret;