Avoid shadowing p to make the compiler happy.
This commit is contained in:
parent
f3a2a04496
commit
03c48fa07b
@ -237,10 +237,8 @@ end:
|
|||||||
ERR_free_strings();
|
ERR_free_strings();
|
||||||
|
|
||||||
#ifdef LEVITTE_DEBUG
|
#ifdef LEVITTE_DEBUG
|
||||||
{
|
|
||||||
/* Just to make sure I get a memory leak I can see :-) */
|
/* Just to make sure I get a memory leak I can see :-) */
|
||||||
char *p = Malloc(1024);
|
(void)Malloc(1024);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CRYPTO_mem_leaks(bio_err);
|
CRYPTO_mem_leaks(bio_err);
|
||||||
|
Loading…
Reference in New Issue
Block a user