diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-23 12:17:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-24 20:36:35 +0100 |
commit | 6c13e5a92ed4b6a10458cd5d5741ddb3d816df4e (patch) | |
tree | bf9e5062ed1a2f1c2e480535915ec420bb655591 /config.guess | |
parent | 4f28ca3e16de71e279fc54cd4a95e8181479c263 (diff) |
convert m_pFileName to std::string
which simplifies the code and fixes a problem with using
strdup(), because strdup() allocates with malloc, while
unique_ptr will free it with delete[], and we'll get
a mismatch error from ASAN
(spotted by Mike Kaganski)
Change-Id: I0f21828ef3482898b81aa3f0745b2bd855a2c286
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112980
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'config.guess')
0 files changed, 0 insertions, 0 deletions