Skip to content
Snippets Groups Projects
Commit f068e115 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Mobile Wizard: Fix memory leak.

Task-number: QTCREATORBUG-2343
parent 9d04cffe
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ MobileAppWizard::MobileAppWizard()
MobileAppWizard::~MobileAppWizard()
{
delete m_d->mobileApp;
delete m_d;
}
Core::BaseFileWizardParameters MobileAppWizard::parameters()
......
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