Skip to content

Commit 1321e00

Browse files
committed
set p2 to null before next iteration
1 parent 981ba4b commit 1321e00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19592,6 +19592,7 @@ static int test_wolfSSL_d2i_ASN1_INTEGER(void)
1959219592
reEncoded = NULL;
1959319593
wolfSSL_ASN1_INTEGER_free(a);
1959419594
a = NULL;
19595+
p2 = NULL;
1959519596
}
1959619597
#endif /* OPENSSL_EXTRA */
1959719598
return EXPECT_RESULT();

0 commit comments

Comments
 (0)