Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
2b2d1110
Commit
2b2d1110
authored
Nov 11, 2007
by
Roger Dingledine
Browse files
a log entry to help us find mike's memory leak
svn:r12469
parent
e33aaf34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
2b2d1110
...
...
@@ -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
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment