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





--- Comment #6 from michael <reeves 87 gmail com>  2011-04-04 04:11:27 ---
Excerpt from kxmlguiclient.cpp at the source of the warning:
  if ( d->m_factory ) {
      kWarning(240) << this << "deleted without having been removed from the
factory first. This will leak standalone popupmenus and could lead to
crashes.";
    d->m_factory->forgetClient(this);
  }

Considering that the removal is autpmaticly done the warning is a bit too
strong. There won't be any stability or leak issues as long as the library
performs the removal.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to