* argh, shouldn't have been commented out

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich
2008-10-05 11:58:59 +00:00
parent 86ab6e77fc
commit 3c4e57077a
@@ -64,7 +64,7 @@ VideoNode::~VideoNode()
Quit();
DeleteBuffers();
delete fBitmapLocker;
if (fWindow /*&& fWindow->Lock()*/)
if (fWindow && fWindow->Lock())
fWindow->Quit();
}