From e617d26a9291c69988321a812dc5e1f3578e743b Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 17 Nov 2011 14:02:47 -0800 Subject: Forgot to remove this; we shouldn't free the stack from the Task itself anymore: the task manager takes care of this now. --- src/Task.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Task.cc') diff --git a/src/Task.cc b/src/Task.cc index 440ed0e..6a94267 100644 --- a/src/Task.cc +++ b/src/Task.cc @@ -43,8 +43,6 @@ void Balau::Task::setup(TaskMan * taskMan, void * stack) { } Balau::Task::~Task() { - if (m_stack) - m_taskMan->freeStack(m_stack); free(m_tls); } -- cgit v1.2.3