mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-24 22:05:25 +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()
|
MainWindow::~MainWindow()
|
||||||
{
|
{
|
||||||
delete core;
|
//delete core;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::initUI()
|
void MainWindow::initUI()
|
||||||
|
Loading…
Reference in New Issue
Block a user