We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b573823 commit 74169f4Copy full SHA for 74169f4
1 file changed
wolfcrypt/test/test.c
@@ -57626,6 +57626,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t she_test(void)
57626
ret = wc_SHE_Init(she2, HEAP_HINT, devId);
57627
if (ret != 0) {
57628
WC_FREE_VAR(she2, HEAP_HINT);
57629
+ she2 = NULL;
57630
goto exit_SHE_Test;
57631
}
57632
@@ -57639,6 +57640,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t she_test(void)
57639
57640
57641
wc_SHE_Free(she2);
57642
57643
57644
57645
57646
@@ -57652,6 +57654,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t she_test(void)
57652
57654
57653
57655
57656
57657
57658
57659
57660
0 commit comments