[partition] Don't leak the PM core object

This commit is contained in:
Adriaan de Groot 2020-07-08 11:12:27 +02:00
parent 7f1a59f02b
commit 240c703549

View File

@ -122,6 +122,7 @@ PartitionViewStep::~PartitionViewStep()
{ {
m_manualPartitionPage->deleteLater(); m_manualPartitionPage->deleteLater();
} }
delete m_core;
} }