diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-05 11:53:20 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-05 11:53:20 +0000 |
commit | c83946f7f522c4b45d60f3bac4849f0811e18d30 (patch) | |
tree | bc4cbc0a5716de7ca54c773389931973b4d823f0 /llvm/tools/lli/ChildTarget/ChildTarget.cpp | |
parent | 3c529ca9308eb1c3cc30e0df7834fef0797b1c70 (diff) | |
download | bcm5719-llvm-c83946f7f522c4b45d60f3bac4849f0811e18d30.tar.gz bcm5719-llvm-c83946f7f522c4b45d60f3bac4849f0811e18d30.zip |
lli: Plug leaks in the remote target external implementation.
llvm-svn: 192031
Diffstat (limited to 'llvm/tools/lli/ChildTarget/ChildTarget.cpp')
-rw-r--r-- | llvm/tools/lli/ChildTarget/ChildTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/ChildTarget/ChildTarget.cpp b/llvm/tools/lli/ChildTarget/ChildTarget.cpp index a59209a160c..55fcae9def8 100644 --- a/llvm/tools/lli/ChildTarget/ChildTarget.cpp +++ b/llvm/tools/lli/ChildTarget/ChildTarget.cpp @@ -11,6 +11,7 @@ using namespace llvm; class LLIChildTarget { public: + ~LLIChildTarget(); // OS-specific destructor void initialize(); LLIMessageType waitForIncomingMessage(); void handleMessage(LLIMessageType messageType); |