aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-23 21:35:02 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-23 21:35:02 +0000
commit98775c43583e4f6ee506edaff44312f9aac765a2 (patch)
treeb98ea536101de1d752f80d748a69261dd3184a7d /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
parentdcc4c389701737b4dd2ebb5644f48c3ae3777a1c (diff)
downloadllvm-98775c43583e4f6ee506edaff44312f9aac765a2.zip
llvm-98775c43583e4f6ee506edaff44312f9aac765a2.tar.gz
llvm-98775c43583e4f6ee506edaff44312f9aac765a2.tar.bz2
Fix double-free of Module.
The ExecutionEngine constructor already added the module, so there's no need to call addModule() directly. Doing so causes a double-free of the Module at program termination. llvm-svn: 128171
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions