mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a log entry to help us find mike's memory leak
svn:r12469
This commit is contained in:
parent
e33aaf34b2
commit
2b2d111017
@ -707,6 +707,8 @@ dns_resolve_impl(edge_connection_t *exitconn, int is_resolve,
|
||||
tor_fragile_assert();
|
||||
}
|
||||
tor_assert(0);
|
||||
} else if (resolve) {
|
||||
log_warn(LD_BUG, "Found Mike's bug. Memory leak here!");
|
||||
}
|
||||
/* not there, need to add it */
|
||||
resolve = tor_malloc_zero(sizeof(cached_resolve_t));
|
||||
|
Loading…
Reference in New Issue
Block a user