InsertSequence doesn't take ownership of the pointer so releasing this pointer
is just leaking memory.
Follow up to D100806 that was fixing other leak sanitizer test failures
Paths
| Differential D100846
[lldb] Don't leak LineSequence in PDB parsers ClosedPublic Authored by teemperor on Apr 20 2021, 5:23 AM.
Details
Summary InsertSequence doesn't take ownership of the pointer so releasing this pointer Follow up to D100806 that was fixing other leak sanitizer test failures
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2021, 8:43 AM This revision was landed with ongoing or failed builds.Apr 22 2021, 5:11 AM Closed by commit rGe3dd82ae3c4e: [lldb] Don't leak LineSequence in PDB parsers (authored by teemperor). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 339572 lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
|