Skip to content
Snippets Groups Projects
Commit 0f76705e authored by luyikei's avatar luyikei
Browse files

Core: Delete m_recentProjects in the destructor

parent 8656118a
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ Core::Core()
Core::~Core()
{
delete m_workflow;
delete m_recentProjects;
delete m_library;
delete m_workspace;
delete m_currentProject;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment