Re: kern/thread.c (deallocate_here): remove unneeded allocation

2013-05-18 Thread Samuel Thibault
Miguel Figueiredo, le Tue 14 May 2013 22:19:16 +0100, a écrit : > * kern/thread.c (deallocate_here): remove unneeded allocation This is rather a variable initialization, not an allocation. Samuel

kern/thread.c (deallocate_here): remove unneeded allocation

2013-05-14 Thread Miguel Figueiredo
2013-05-14 Miguel Figueiredo * kern/thread.c (deallocate_here): remove unneeded allocation diff --git a/kern/thread.c b/kern/thread.c index 87be923..838036f 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -862,7 +862,7 @@ void thread_force_terminate( register thread_t thread