summaryrefslogtreecommitdiffhomepage
path: root/App.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'App.cpp')
-rw-r--r--App.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/App.cpp b/App.cpp
index f897ebb..99ac62f 100644
--- a/App.cpp
+++ b/App.cpp
@@ -9,6 +9,7 @@
App::App() :
+ icons {},
m_view {}
{
InitWindow(800, 600, "Derelict");
@@ -19,6 +20,7 @@ App::App() :
App::~App()
{
+ icons.reset();
m_view.reset();
CloseWindow();
}