forked from OSchip/llvm-project
Patch from Viktor Kutuzov: delete the temporary process we created when "process connect" fails.
llvm-svn: 153790
This commit is contained in:
parent
d915503486
commit
1517dd33d9
|
@ -880,6 +880,7 @@ public:
|
|||
{
|
||||
result.AppendError(error.AsCString("Remote connect failed"));
|
||||
result.SetStatus (eReturnStatusFailed);
|
||||
target_sp->DeleteCurrentProcess();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue