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 d3ac7c058b
commit dcc8935499
1 changed files with 1 additions and 0 deletions

View File

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