thread: free curr->rmstack
authorSebastian Herbszt <herbszt@gmx.de>
Sat, 23 Apr 2011 10:18:21 +0000 (12:18 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 23 Apr 2011 18:01:10 +0000 (11:01 -0700)
commit0919f75e1a2a9e417441472cbf81128768b1b017
tree14dd66e1c5207f1d63f6d95f8913545325434e64
parent53ecbda7a9977735494c72748f54c164d5367e99
thread: free curr->rmstack

Free curr->rmstack instead of double free of curr->stack.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/thread/exit_thread.c