Added a comment that should make clear my last accidental commit doesn't fix anything.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-01-04 12:32:44 +00:00
parent c6f9f65dff
commit efe7244436

View File

@ -144,6 +144,7 @@ CursorManager::RemoveCursor(ServerCursor* cursor)
if (!Lock())
return false;
// TODO: this doesn't work as it looks like, and it's not safe!
if (cursor->ReferenceCount() > 0) {
// cursor has been referenced again in the mean time
Unlock();