mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
Fix memory leak
This commit is contained in:
parent
0ca6fc6b29
commit
579ad54757
@ -656,6 +656,7 @@ void MainWindow::on_actionDisasAdd_comment_triggered()
|
|||||||
{
|
{
|
||||||
CommentsDialog *c = new CommentsDialog(this);
|
CommentsDialog *c = new CommentsDialog(this);
|
||||||
c->exec();
|
c->exec();
|
||||||
|
delete c;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::restoreDocks()
|
void MainWindow::restoreDocks()
|
||||||
|
Loading…
Reference in New Issue
Block a user