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
The Tor Project
Core
Tor
Commits
63219eda
Commit
63219eda
authored
Sep 21, 2018
by
Nick Mathewson
👁
Browse files
Put dirlist_free_all back in routerlist_free_all for unit tests
parent
1a85ac8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/nodelist/routerlist.c
View file @
63219eda
...
...
@@ -1424,6 +1424,7 @@ routerlist_free_all(void)
{
routerlist_free
(
routerlist
);
routerlist
=
NULL
;
dirlist_free_all
();
if
(
warned_nicknames
)
{
SMARTLIST_FOREACH
(
warned_nicknames
,
char
*
,
cp
,
tor_free
(
cp
));
smartlist_free
(
warned_nicknames
);
...
...
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