Skip to content
Snippets Groups Projects
Commit 4eaa9f50 authored by dt's avatar dt
Browse files

Fixes: Mem leak in gitplugin.

Task:     -
RevBy:    -
AutoTest: -
Details:  -
parent 6bf4095d
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,7 @@ GitPlugin::~GitPlugin() ...@@ -166,6 +166,7 @@ GitPlugin::~GitPlugin()
if (m_submitEditorFactory) { if (m_submitEditorFactory) {
removeObject(m_submitEditorFactory); removeObject(m_submitEditorFactory);
delete m_submitEditorFactory;
m_submitEditorFactory = 0; m_submitEditorFactory = 0;
} }
......
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