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
This commit is contained in:
Benjamin Kramer
2013-10-05 11:53:20 +00:00
parent beb6afa843
commit 5ccfef6a1d
6 changed files with 16 additions and 1 deletions

View File

@@ -29,4 +29,7 @@ int RemoteTargetExternal::ReadBytes(void *Data, size_t Size) {
void RemoteTargetExternal::Wait() {
}
RemoteTargetExternal::~RemoteTargetExternal() {
}
} // namespace llvm