Skip to content
Snippets Groups Projects
Commit a015eb53 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Valgrind fix of leak in MaemoSettingsWidget.


Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 67278ca3
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ MaemoSettingsWidget::~MaemoSettingsWidget()
{
if (m_saveSettingsRequested)
MaemoDeviceConfigurations::instance().setDevConfigs(m_devConfs);
delete m_ui;
}
QString MaemoSettingsWidget::searchKeywords() const
......
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