mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
fix: conform to libcurl requirements to avoid memory leak (#5702)
This commit is contained in:
@@ -200,6 +200,8 @@ static std::string getConfigDir(int argc, char const** argv)
|
||||
|
||||
int tr_main(int argc, char* argv[])
|
||||
{
|
||||
auto const init_mgr = tr_lib_init();
|
||||
|
||||
tr_locale_set_global("");
|
||||
|
||||
tr_variant settings;
|
||||
|
||||
Reference in New Issue
Block a user