From 5ccfef6a1d9a5d3fcea56d8900dd35931c793484 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 5 Oct 2013 11:53:20 +0000 Subject: 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 --- tools/lli/ChildTarget/Windows/ChildTarget.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/lli/ChildTarget/Windows/ChildTarget.inc') diff --git a/tools/lli/ChildTarget/Windows/ChildTarget.inc b/tools/lli/ChildTarget/Windows/ChildTarget.inc index bb95aff000..45db2b0a80 100644 --- a/tools/lli/ChildTarget/Windows/ChildTarget.inc +++ b/tools/lli/ChildTarget/Windows/ChildTarget.inc @@ -12,6 +12,9 @@ // //===----------------------------------------------------------------------===// +LLIChildTarget::~LLIChildTarget() { +} + // The RemoteTargetExternal implementation should prevent us from ever getting // here on Windows, but nothing prevents a user from running this directly. void LLIChildTarget::initializeConnection() { -- cgit v1.2.3