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:
parent
cc347633b9
commit
1ba8377d45
@ -336,10 +336,9 @@ send_signal_etc(pid_t id, uint signal, uint32 flags)
|
|||||||
|
|
||||||
RELEASE_THREAD_LOCK();
|
RELEASE_THREAD_LOCK();
|
||||||
}
|
}
|
||||||
|
|
||||||
RELEASE_TEAM_LOCK();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RELEASE_TEAM_LOCK();
|
||||||
GRAB_THREAD_LOCK();
|
GRAB_THREAD_LOCK();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user