summaryrefslogtreecommitdiff
path: root/crypto/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mem.c')
-rw-r--r--crypto/mem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/mem.c b/crypto/mem.c
index e5f24923c9..fc24cca642 100644
--- a/crypto/mem.c
+++ b/crypto/mem.c
@@ -341,6 +341,8 @@ MEM_LEAK *l;
{
char buf[128];
+ if(m->addr == (char *)l->bio)
+ return;
sprintf(buf,"%5ld file=%s, line=%d, number=%d, address=%08lX\n",
m->order,m->file,m->line,m->num,(long)m->addr);
BIO_puts(l->bio,buf);