summaryrefslogtreecommitdiffstats
path: root/crypto/mem.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-27 18:41:04 +0000
committerBen Laurie <ben@openssl.org>1999-02-27 18:41:04 +0000
commit1efa9c33c0ba939b91f0c16bc5a672bc8febd161 (patch)
treedb27a8db3d4149fe24cdad04a58e412f5d3554fa /crypto/mem.c
parent74d7abc2ab54e725f7cfbc2fa7bad95f93e4dc63 (diff)
Update dependencies.
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);