https://bugs.kde.org/show_bug.cgi?id=357479

Martin Sandsmark <martin.sandsm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/dolp
                   |                            |hin/b1471bbd09d88da3ffe8159
                   |                            |075b3108bf9586220
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #31 from Martin Sandsmark <martin.sandsm...@kde.org> ---
Git commit b1471bbd09d88da3ffe8159075b3108bf9586220 by Martin T. H. Sandsmark.
Committed on 21/05/2016 at 16:11.
Pushed by sandsmark into branch 'master'.

Fix crash when closing split view with ownCloud plugin loaded

KPluginLoader::instantiatePlugins() wraps QPluginLoader::instace(),
which doesn't return a new object for each call, so if we set the
KFileItemModelRolesUpdater instance as parent to the plugin the shared
instance will be deleted leading to crashes when other instances of
KFileItemModelRolesUpdater tries to use their plugin objects.

To fix this, set the QApplication as a parent.

REVIEW: 127930

M  +1    -1    src/kitemviews/kfileitemmodelrolesupdater.cpp

http://commits.kde.org/dolphin/b1471bbd09d88da3ffe8159075b3108bf9586220

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to