mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
8812f562a0
When freeing a configuration object from confparse.c in dump_config(), we need to call the appropriate higher-level free function (like or_options_free()) and not just config_free(). This only happens with options (since they're the one where options_validate allocates extra stuff) and only when running --dump-config with something other than minimal (since OPTIONS_DUMP_MINIMAL doesn't hit this code). Fixes bug 27893; bugfix on 0.3.2.1-alpha. |
||
---|---|---|
.. | ||
.dummy | ||
bug4700 | ||
bug27316 | ||
bug27675 | ||
bug27781 | ||
bug27893 | ||
doc27677 | ||
doc27853 | ||
ticket26744 | ||
ticket26747 | ||
ticket26913 | ||
ticket27550 | ||
ticket27774 | ||
ticket27797 | ||
ticket27814 | ||
ticket_27864 |