ThreadPlanCallFunction's destructor wasn't calling DoTakedown, so if the that plan got discarded we weren't doing the takedown.
llvm-svn: 154681
This commit is contained in:
@@ -263,6 +263,7 @@ ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread,
|
||||
|
||||
ThreadPlanCallFunction::~ThreadPlanCallFunction ()
|
||||
{
|
||||
DoTakedown();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user