mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01055ec7e3
commit
0e82087852
@ -3834,6 +3834,9 @@ static void printObjc2_64bit_MetaData(MachOObjectFile *O, bool verbose) {
|
||||
info.S = II;
|
||||
print_image_info64(II, &info);
|
||||
}
|
||||
|
||||
if (info.bindtable != nullptr)
|
||||
delete info.bindtable;
|
||||
}
|
||||
|
||||
static void printObjc2_32bit_MetaData(MachOObjectFile *O, bool verbose) {
|
||||
|
Loading…
Reference in New Issue
Block a user