diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-23 21:35:02 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-23 21:35:02 +0000 |
commit | 98775c43583e4f6ee506edaff44312f9aac765a2 (patch) | |
tree | b98ea536101de1d752f80d748a69261dd3184a7d /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | |
parent | dcc4c389701737b4dd2ebb5644f48c3ae3777a1c (diff) | |
download | bcm5719-llvm-98775c43583e4f6ee506edaff44312f9aac765a2.tar.gz bcm5719-llvm-98775c43583e4f6ee506edaff44312f9aac765a2.zip |
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 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp')
0 files changed, 0 insertions, 0 deletions