Index: OpenSceneGraph/trunk/src/osgUtil/SceneView.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgUtil/SceneView.cpp (revision 10595)
+++ OpenSceneGraph/trunk/src/osgUtil/SceneView.cpp (revision 10601)
@@ -1026,4 +1026,7 @@
     tom->newFrame(state->getFrameStamp());
 
+    osg::GLBufferObjectManager::GLBufferObjectManager* bom = osg::GLBufferObjectManager::getGLBufferObjectManager(state->getContextID());
+    bom->newFrame(state->getFrameStamp());
+
     if (!_initCalled) init();
 
@@ -1567,4 +1570,5 @@
 #ifdef REPORT_TEXTURE_MANAGER_STATS
     tom->reportStats();
+    bom->reportStats();
 #endif
 
