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:
Jim Ingham
2012-04-13 18:27:58 +00:00
parent 3a5d552cd7
commit 718583ff23

View File

@@ -263,6 +263,7 @@ ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread,
ThreadPlanCallFunction::~ThreadPlanCallFunction ()
{
DoTakedown();
}
void