Git: Fix memory leak

Change-Id: If9dbc29f0b58a81319b3490821edf5f7afce90ab
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2020-01-23 09:36:19 +01:00
parent d28b66aee3
commit 56cd4ad28f

View File

@@ -143,6 +143,7 @@ GitPlugin::~GitPlugin()
{
cleanCommitMessageFile();
delete m_gitClient;
delete m_branchViewFactory;
m_instance = nullptr;
}