fixed memory leak in BWGraphSource due to missing destructor

This commit is contained in:
csoler 2017-07-25 21:56:20 +02:00
parent a382a0f5ce
commit 181a824d11

View File

@ -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 };