This commit is contained in:
Hork 2019-04-21 17:00:38 +08:00
parent 6730be0c73
commit 4ba7faf39a

View File

@ -37,7 +37,6 @@ v2Instance::v2Instance()
v2Instance::~v2Instance() v2Instance::~v2Instance()
{ {
this->v2Process->close(); this->v2Process->close();
delete this;
} }
void v2Instance::start(MainWindow *parent) void v2Instance::start(MainWindow *parent)