mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
set p2 to null before next iteration
This commit is contained in:
@@ -19592,6 +19592,7 @@ static int test_wolfSSL_d2i_ASN1_INTEGER(void)
|
||||
reEncoded = NULL;
|
||||
wolfSSL_ASN1_INTEGER_free(a);
|
||||
a = NULL;
|
||||
p2 = NULL;
|
||||
}
|
||||
#endif /* OPENSSL_EXTRA */
|
||||
return EXPECT_RESULT();
|
||||
|
Reference in New Issue
Block a user