summaryrefslogtreecommitdiff
path: root/tools/lli/ChildTarget/ChildTarget.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-05 11:53:20 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-05 11:53:20 +0000
commit5ccfef6a1d9a5d3fcea56d8900dd35931c793484 (patch)
tree21e410c5905a7cc012946c76d54cede5bbaa2027 /tools/lli/ChildTarget/ChildTarget.cpp
parentbeb6afa84397a27e48a9d72ac1d588bc6fcaf564 (diff)
downloadllvm-5ccfef6a1d9a5d3fcea56d8900dd35931c793484.tar.gz
llvm-5ccfef6a1d9a5d3fcea56d8900dd35931c793484.tar.bz2
llvm-5ccfef6a1d9a5d3fcea56d8900dd35931c793484.tar.xz
lli: Plug leaks in the remote target external implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/ChildTarget/ChildTarget.cpp')
-rw-r--r--tools/lli/ChildTarget/ChildTarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/ChildTarget/ChildTarget.cpp b/tools/lli/ChildTarget/ChildTarget.cpp
index a59209a160..55fcae9def 100644
--- a/tools/lli/ChildTarget/ChildTarget.cpp
+++ b/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);