Skip to content

Commit

Permalink
[OGRE-497] removed double delete in UnitTestSuite::teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed Feb 9, 2016
1 parent 07b19a7 commit 852f847
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/OgreMain/src/UnitTestSuite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ void UnitTestSuite::tearDownSuite()
delete Ogre::CompositorManager::getSingletonPtr();
if(Ogre::MaterialManager::getSingletonPtr())
delete Ogre::MaterialManager::getSingletonPtr();
if(Ogre::ResourceGroupManager::getSingletonPtr())
delete Ogre::ResourceGroupManager::getSingletonPtr();

if(Ogre::ResourceGroupManager::getSingletonPtr())
delete Ogre::ResourceGroupManager::getSingletonPtr();
if(Ogre::LodStrategyManager::getSingletonPtr())
Expand Down

0 comments on commit 852f847

Please sign in to comment.