summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/app.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 616caf9..190f667 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -170,6 +170,9 @@ CApplication::~CApplication()
delete m_private;
m_private = nullptr;
+ delete m_objMan;
+ m_objMan = nullptr;
+
delete m_eventQueue;
m_eventQueue = nullptr;