aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2022-12-08 17:14:38 -0800
committerJordan Rupprecht <rupprecht@google.com>2022-12-08 17:14:38 -0800
commit28b869d8724207bd7fd8b80f57f6c02abe4bc607 (patch)
tree1b4287db79fb03a3a1538c646aac2c8645839676 /llvm/lib/Object/WasmObjectFile.cpp
parentb0889d4170fa5c29971a2cfaade9c82d16a04a10 (diff)
downloadllvm-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/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions