mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed memory leak in BWGraphSource due to missing destructor
This commit is contained in:
parent
a382a0f5ce
commit
181a824d11
@ -23,6 +23,7 @@ public:
|
||||
};
|
||||
|
||||
BWGraphSource() ;
|
||||
virtual ~BWGraphSource() {}
|
||||
|
||||
enum { SELECTOR_TYPE_FRIEND=0x00, SELECTOR_TYPE_SERVICE=0x01 };
|
||||
enum { GRAPH_TYPE_SINGLE=0x00, GRAPH_TYPE_ALL=0x01, GRAPH_TYPE_SUM=0x02 };
|
||||
|
Loading…
Reference in New Issue
Block a user