forked from wolfSSL/wolfssl
Added a free call to SetSubjectBuffer
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user