Fix mem leak
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690966
This commit is contained in:
parent
3e1f6c75c1
commit
c40241f72e
@ -45,6 +45,7 @@ Layout::Layout(LayoutItem *parent)
|
||||
|
||||
Layout::~Layout()
|
||||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
qreal Layout::margin() const
|
||||
|
Loading…
Reference in New Issue
Block a user