SVN commit 1018847 by ruphy: fix leak. please backport, i can't do that. CCMAIL:aseigo@kde.org Signed-off-by: Riccardo Iaconelli M +1 -1 timeengine.cpp --- trunk/KDE/kdebase/workspace/plasma/dataengines/time/timeengine.cpp #1018846:1018847 @@ -78,7 +78,7 @@ bool TimeEngine::sourceRequestEvent(const QString &name) { - addSource(new TimeSource(name)); + addSource(new TimeSource(name, this)); return true; }