releases the team lock even when group is NULL

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18947 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-09-27 08:30:15 +00:00
parent cc347633b9
commit 1ba8377d45
1 changed files with 1 additions and 2 deletions

View File

@ -336,10 +336,9 @@ send_signal_etc(pid_t id, uint signal, uint32 flags)
RELEASE_THREAD_LOCK();
}
RELEASE_TEAM_LOCK();
}
RELEASE_TEAM_LOCK();
GRAB_THREAD_LOCK();
}