Fix memory leaks (lacking destructors for uis)

Change-Id: I07c2708d727d59286b0d625a4c0c318f18b03b93
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Jarek Kobus
2011-10-28 13:22:45 +02:00
committed by hjk
parent c9ea9ad58b
commit 082243fd96
9 changed files with 25 additions and 0 deletions

View File

@@ -1040,6 +1040,7 @@ StartRemoteEngineDialog::StartRemoteEngineDialog(QWidget *parent) :
StartRemoteEngineDialog::~StartRemoteEngineDialog()
{
delete m_ui;
}
QString StartRemoteEngineDialog::host() const