mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
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:
parent
f239e7e4d4
commit
a640995298
10 changed files with 27 additions and 7 deletions
|
@ -37,8 +37,8 @@ class NotifyPage : public ConfigPage
|
|||
public:
|
||||
/** Default Constructor */
|
||||
NotifyPage(QWidget * parent = 0, Qt::WFlags flags = 0);
|
||||
~NotifyPage() {}
|
||||
/** Default Destructor */
|
||||
~NotifyPage();
|
||||
|
||||
/** Saves the changes on this page */
|
||||
bool save(QString &errmsg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue