mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
added missign destructors, causing some parasitic memory leaks
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e72155c9dc
commit
1027621e07
4 changed files with 26 additions and 0 deletions
|
@ -34,6 +34,7 @@ class NetworkView : public RsAutoUpdatePage
|
|||
|
||||
public:
|
||||
NetworkView(QWidget *parent = 0);
|
||||
virtual ~NetworkView();
|
||||
|
||||
virtual void updateDisplay() ; // derived from RsAutoUpdatePage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue