change order between delete d and assign property to parent d
probably nothing changes
This commit is contained in:
parent
fe259f19bb
commit
a4f54d65dd
@ -145,10 +145,10 @@ Containment::Containment(const QString &packagePath, uint appletId, const QVaria
|
|||||||
|
|
||||||
Containment::~Containment()
|
Containment::~Containment()
|
||||||
{
|
{
|
||||||
delete d;
|
|
||||||
// Applet touches our dptr if we are a containment and is the superclass (think of dtors)
|
// Applet touches our dptr if we are a containment and is the superclass (think of dtors)
|
||||||
// so we reset this as we exit the building
|
// so we reset this as we exit the building
|
||||||
Applet::d->isContainment = false;
|
Applet::d->isContainment = false;
|
||||||
|
delete d;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Containment::init()
|
void Containment::init()
|
||||||
|
Loading…
Reference in New Issue
Block a user