Memomry leak:

- Member _settings on some settings pages was not deleted


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2864 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-07 23:58:17 +00:00
parent f239e7e4d4
commit a640995298
10 changed files with 27 additions and 7 deletions

View file

@ -59,6 +59,11 @@ AppearancePage::AppearancePage(QWidget * parent, Qt::WFlags flags)
#endif
}
AppearancePage::~AppearancePage()
{
delete _settings;
}
/** Saves the changes on this page */
bool
AppearancePage::save(QString &errmsg)