mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 17:40:35 -04:00
gui: statistics: delete bwdelegate in destructor
This commit is contained in:
parent
a9ec9166e8
commit
c3160c062e
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ BwCtrlWindow::BwCtrlWindow(QWidget *parent)
|
|||
|
||||
BwCtrlWindow::~BwCtrlWindow()
|
||||
{
|
||||
delete BWDelegate;
|
||||
}
|
||||
|
||||
void BwCtrlWindow::updateDisplay()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue