just a simple variable set to true....
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6047 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f28a6f704b
commit
3638a5ea21
@ -595,7 +595,7 @@ DBG(OUT(" ... done: %lx\n", err));
|
||||
int32 temp;
|
||||
do
|
||||
{
|
||||
DBG(OUT(" wait_for_thread(%lx)...\n", tid));
|
||||
DBG(OUT(" wait_for_thread(%ld)...\n", tid));
|
||||
err = wait_for_thread(tid, &temp);
|
||||
} while (err == B_INTERRUPTED);
|
||||
}
|
||||
@ -1197,7 +1197,6 @@ DBG(OUT("LOOPER: locking looper...\n"));
|
||||
{
|
||||
DBG(OUT("LOOPER: looper locked\n"));
|
||||
obj->task_looper();
|
||||
obj->fTerminating = true;
|
||||
delete obj;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user