Fix quite a few slow memory leaks in config.c
commitbe820f41a33413883b23220ec19135477ac3e67d
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Aug 2016 22:47:35 +0000 (12 18:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Aug 2016 22:47:35 +0000 (12 18:47 -0400)
tree2d48502ff2a761b19b47c99033628bac22bdf272
parent7f145b54afb2cb1d9390a65bf31e2dddeb5b87da
Fix quite a few slow memory leaks in config.c

This bug was introduced in 8bbbbaf87b5ab3c when we added a separate
or_options_free() function but didn't start using it everywhere.

Fixes bug 19466.
changes/bug19466 [new file with mode: 0644]
src/or/config.c