mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 08:37:26 +00:00
Fix segfault
This commit is contained in:
parent
df3e9c2efa
commit
3c9e3be550
@ -518,7 +518,6 @@ void MainWindow::updateFrames()
|
||||
if (w) {
|
||||
w->setup();
|
||||
}
|
||||
w->setup();
|
||||
}
|
||||
|
||||
first_time = false;
|
||||
@ -531,7 +530,6 @@ void MainWindow::updateFrames()
|
||||
if (w) {
|
||||
w->refresh();
|
||||
}
|
||||
w->refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user