[Okular-devel] [Bug 261538] KXMLGUIClient memory corruption warning

michael reeves.87 at gmail.com
Mon Apr 4 04:11:28 CEST 2011


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.


More information about the Okular-devel mailing list