mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +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);
|
||||
c->exec();
|
||||
delete c;
|
||||
}
|
||||
|
||||
void MainWindow::restoreDocks()
|
||||
|
Loading…
Reference in New Issue
Block a user