diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2022-12-08 17:14:38 -0800 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2022-12-08 17:14:38 -0800 |
commit | 28b869d8724207bd7fd8b80f57f6c02abe4bc607 (patch) | |
tree | 1b4287db79fb03a3a1538c646aac2c8645839676 /llvm/lib/Object/COFFObjectFile.cpp | |
parent | b0889d4170fa5c29971a2cfaade9c82d16a04a10 (diff) | |
download | llvm-28b869d8724207bd7fd8b80f57f6c02abe4bc607.zip llvm-28b869d8724207bd7fd8b80f57f6c02abe4bc607.tar.gz llvm-28b869d8724207bd7fd8b80f57f6c02abe4bc607.tar.bz2 |
[NFC] Fix leak handling breakpoint names.
The breakpoint list is a list of raw pointers. When breakpoints are removed, the memory is not deleted. Switch to unique pointers. I did some minor cleanup while making this change.
Found by the LLDB command interpreter fuzzer. The input is `br m G`.
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions