Fix leak. Should bring back the valgrind bot.

llvm-svn: 185663
This commit is contained in:
Rafael Espindola 2013-07-04 19:20:00 +00:00
parent ea65ed3cb6
commit 32b610d8f5

View File

@ -47,6 +47,7 @@ public:
}
~AArch64Disassembler() {
delete RegInfo;
}
/// See MCDisassembler.