CID 3037: missing return after deleting itself.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40276 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -59,6 +59,7 @@ GenericThread::ThreadFunction()
|
|||||||
}
|
}
|
||||||
|
|
||||||
delete this;
|
delete this;
|
||||||
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
BeginUnit();
|
BeginUnit();
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ GenericThread::ThreadFunction(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
delete this; // destructor
|
delete this; // destructor
|
||||||
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
BeginUnit();
|
BeginUnit();
|
||||||
|
|||||||
Reference in New Issue
Block a user