Skip to content
Snippets Groups Projects
Commit 8ece8efb authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: missing delete (model owned by QtWidgetView)

parent 33abe640
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ QtWidgetView::QtWidgetView(Application* app) ...@@ -40,7 +40,7 @@ QtWidgetView::QtWidgetView(Application* app)
QtWidgetView::~QtWidgetView() QtWidgetView::~QtWidgetView()
{ {
delete m_Model;
} }
void QtWidgetView::CreateGui() void QtWidgetView::CreateGui()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment