mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 02:49:18 +00:00
Fix leak. Should bring back the valgrind bot.
llvm-svn: 185663
This commit is contained in:
parent
ea65ed3cb6
commit
32b610d8f5
@ -47,6 +47,7 @@ public:
|
||||
}
|
||||
|
||||
~AArch64Disassembler() {
|
||||
delete RegInfo;
|
||||
}
|
||||
|
||||
/// See MCDisassembler.
|
||||
|
Loading…
x
Reference in New Issue
Block a user