Explorar el Código

Fix leaked member var

Ben Payne hace 11 años
padre
commit
cadc390895
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Engine/source/gfx/gfxDevice.cpp

+ 1 - 0
Engine/source/gfx/gfxDevice.cpp

@@ -279,6 +279,7 @@ GFXDevice::~GFXDevice()
 #endif
 
    SAFE_DELETE( mTextureManager );
+   SAFE_DELETE( mFrameTime );
 
    // Clear out our state block references
    mCurrentStateBlocks.clear();