mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 03:58:16 +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;
|
info.S = II;
|
||||||
print_image_info64(II, &info);
|
print_image_info64(II, &info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (info.bindtable != nullptr)
|
||||||
|
delete info.bindtable;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void printObjc2_32bit_MetaData(MachOObjectFile *O, bool verbose) {
|
static void printObjc2_32bit_MetaData(MachOObjectFile *O, bool verbose) {
|
||||||
|
Loading…
Reference in New Issue
Block a user