mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed memory leak in SharedFilesDialog where destructor was not freeing the tree models
This commit is contained in:
parent
9ae790e80b
commit
98edbc55d2
File diff suppressed because it is too large
Load Diff
@ -38,10 +38,10 @@ class SharedFilesDialog : public RsAutoUpdatePage
|
||||
|
||||
public:
|
||||
/** Default Constructor */
|
||||
SharedFilesDialog(RetroshareDirModel *tree_model,RetroshareDirModel *flat_model,QWidget *parent = 0);
|
||||
SharedFilesDialog(bool remote_mode,QWidget *parent = 0);
|
||||
|
||||
/** Default Destructor */
|
||||
~SharedFilesDialog() {}
|
||||
~SharedFilesDialog() ;
|
||||
|
||||
virtual void hideEvent(QHideEvent *) ;
|
||||
virtual void showEvent(QShowEvent *) ;
|
||||
|
Loading…
Reference in New Issue
Block a user