Free the opcode_data malloc'ed memory instead of leaking it - thanks for catching...
authorJason Molenda <jmolenda@apple.com>
Wed, 10 Oct 2012 03:47:23 +0000 (03:47 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 10 Oct 2012 03:47:23 +0000 (03:47 +0000)
commita72778119ee42ec636d01366a53daa59b5b82353
tree40d3ba4ef4ebff82c5cb24e8019e3f306f2dd681
parent73e465e148e1fef84197388ca90e995edcdbedc5
Free the opcode_data malloc'ed memory instead of leaking it - thanks for catching that, Chris.

llvm-svn: 165597
lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp