actually delete the d pointer in the dtor ;-)

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1105478
This commit is contained in:
Volker Lanz 2010-03-20 11:10:40 +00:00
parent 5c94a3f569
commit 389fc52e0e
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ CoreBackend::CoreBackend() :
CoreBackend::~CoreBackend()
{
delete d;
}
CoreBackend* CoreBackend::self()