mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -04:00
gui: rsgraphwidget: delete timer in destructor
This commit is contained in:
parent
c3160c062e
commit
6c307bf094
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ RSGraphWidget::~RSGraphWidget()
|
|||
{
|
||||
delete _painter;
|
||||
delete _source ;
|
||||
_timer->stop();
|
||||
delete _timer;
|
||||
}
|
||||
|
||||
void RSGraphWidget::setFiltering(bool b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue