commit | a6ea2592a983a67f7c537fb97eab7c9e9ba675c7 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Thu Dec 02 14:12:44 2021 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Dec 02 14:14:01 2021 -0500 |
tree | fa37ec45fd9889ddea07b8e6c17a9405e94f887a | |
parent | 117e35f51972acd1f29fd249ef20343258ef5256 [diff] |
gdb: remove unexpected xstrdup in _initialize_maint_test_settings That xstrdup is not correct, since we are assigning an std::string. The result of xstrdup is used to initialize the string, and then lost forever. Remove it. Change-Id: Ief7771055e4bfd643ef3b285ec9fb7b1bfd14335