mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Fix MainWindow deleting core
This commit is contained in:
parent
b22b626171
commit
484b3028a3
@ -114,7 +114,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
delete core;
|
||||
//delete core;
|
||||
}
|
||||
|
||||
void MainWindow::initUI()
|
||||
|
Loading…
Reference in New Issue
Block a user