> On May 2, 2016, 5:04 p.m., David Edmundson wrote: > > src/plasma/dataengine.cpp, line 574 > > <https://git.reviewboard.kde.org/r/127795/diff/3/?file=462320#file462320line574> > > > > This is the memory leak fix? > > > > If so, it's wrong. > > > > we get called from: > > > > QObject::connect(source, SIGNAL(destroyed(QObject*)), this, > > SLOT(sourceDestroyed(QObject*))); > > > > > > destroyed() signal is emitted in QObject::~QObject > > > > so it's already been deleted. > > Anthony Fieroni wrote: > A witch line is that?
dataengine.cpp:270 and QObject::destroyed is described here: http://doc.qt.io/qt-5/qobject.html#destroyed - David ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127795/#review95098 ----------------------------------------------------------- On May 2, 2016, 2:20 p.m., Anthony Fieroni wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/127795/ > ----------------------------------------------------------- > > (Updated May 2, 2016, 2:20 p.m.) > > > Review request for KDE Frameworks and Marco Martin. > > > Repository: plasma-framework > > > Description > ------- > > ^^ > > > Diffs > ----- > > autotests/pluginloadertest.h 61fc963 > autotests/pluginloadertest.cpp 4f96780 > src/plasma/datacontainer.cpp ee067db > src/plasma/dataengine.cpp f942926 > src/plasma/private/dataenginemanager.cpp 08e42fb > > Diff: https://git.reviewboard.kde.org/r/127795/diff/ > > > Testing > ------- > > Test pass. > > > Thanks, > > Anthony Fieroni > >
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel