Skip to content
Snippets Groups Projects
Commit 9f51e267 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

fix memory leak introduced in 26e89742

found via valgrind
parent 19019f26
No related branches found
No related tags found
No related merge requests found
......@@ -873,6 +873,7 @@ directory_remove_invalid(void)
directory_set_dirty();
routerlist_assert_ok(rl);
smartlist_free(nodes);
}
/** Mark the directory as <b>dirty</b> -- when we're next asked for a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment