mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-23 16:39:16 -04:00
gui: rsgraphwidget: delete timer in destructor
This commit is contained in:
parent
c3160c062e
commit
6c307bf094
@ -301,6 +301,8 @@ RSGraphWidget::~RSGraphWidget()
|
||||
{
|
||||
delete _painter;
|
||||
delete _source ;
|
||||
_timer->stop();
|
||||
delete _timer;
|
||||
}
|
||||
|
||||
void RSGraphWidget::setFiltering(bool b)
|
||||
|
Loading…
x
Reference in New Issue
Block a user