From 09cef410ecff0d3f82489f39bdb9cd7c2552aa0f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 14 Jan 2007 20:23:47 +0000 Subject: [PATCH] Added releaseContext to end of GraphicsThread::run() --- src/osg/GraphicsThread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osg/GraphicsThread.cpp b/src/osg/GraphicsThread.cpp index 7632f66ef..00d491d9e 100644 --- a/src/osg/GraphicsThread.cpp +++ b/src/osg/GraphicsThread.cpp @@ -369,6 +369,8 @@ void GraphicsThread::run() // osg::notify(osg::NOTICE)<<"operations.size()="<<_operations.size()<<" done="<<_done<<" testCancel()"<releaseContext(); osg::notify(osg::INFO)<<"exit loop "<