Go back to the old way of freeing tc_MemList when task is not removing itself.
commit6300d06df9f80849b232ef63a152df9e65dc9645
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jun 2012 14:16:59 +0000 (12 14:16 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jun 2012 14:16:59 +0000 (12 14:16 +0000)
treefb92689ec5849ee2e23b15b0a0d86e268fa73a07
parentf4a03a9a98e7875cb326e7b26b97dd84ebdc13fd
Go back to the old way of freeing tc_MemList when task is not removing itself.
In this case it's unsafe to send it to the service task, because by the time
the service task processes it, the task structure may have been freed
following the return from RemTask().

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45008 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/exec/remtask.c