mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fixed a small memory leak.
--HG-- branch : dev
This commit is contained in:
@@ -46,10 +46,6 @@ Engine::Engine() :
|
||||
Engine::~Engine() {
|
||||
Physics::PhysicsManager::destroySingleton();
|
||||
|
||||
Graphics::Private::FrameBufferManager::destroySingleton();
|
||||
|
||||
Graphics::Private::VertexBufferManager::destroySingleton();
|
||||
|
||||
GlobalBatchRenderer::destroySingleton();
|
||||
|
||||
TextureAtlasManager::destroySingleton();
|
||||
@@ -66,6 +62,10 @@ Engine::~Engine() {
|
||||
|
||||
PackManager::destroySingleton();
|
||||
|
||||
Graphics::Private::FrameBufferManager::destroySingleton();
|
||||
|
||||
Graphics::Private::VertexBufferManager::destroySingleton();
|
||||
|
||||
Log::destroySingleton();
|
||||
|
||||
#ifdef EE_SSL_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user