D7750: fix crash when more than one instances of ExtractorCollection are destructed
Anthony Fieroni
noreply at phabricator.kde.org
Tue Sep 19 18:31:41 UTC 2017
anthonyfieroni added a subscriber: dfaure.
anthonyfieroni added a comment.
Add @dfaure to accept it.
INLINE COMMENTS
> extractor.cpp:34
> {
> - delete d->m_plugin;
> + if (d) {
> + if (d->m_pluginLoader.isLoaded()) {
d *should* never be nullptr
REPOSITORY
R286 KFileMetaData
REVISION DETAIL
https://phabricator.kde.org/D7750
To: mgallien, #frameworks
Cc: dfaure, anthonyfieroni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170919/9f6ca6d7/attachment.html>
More information about the Kde-frameworks-devel
mailing list