mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +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.
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
o Minor bugfixes (memory leaks):
|
|
- Fix a small memory leak when calling Tor with --dump-config.
|
|
Fixes bug 27893; bugfix on 0.3.2.1-alpha.
|