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

Reply via email to