[frameworks-kwindowsystem] [Bug 523917] KWaylandExtras::exportToplevel causes crash
Ingo Klöcker <[email protected]>
| Newsgroups | gmane.comp.kde.devel.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=523917 --- Comment #4 from Ingo Klöcker <[email protected]> --- The problem is that we call exportToplevel() with a nullptr. exportWindow(nullptr) silently ignored the nullptr while exportToplevel(nullptr) crashes. I suspect that hack with the unique_ptr-moved connection and the lambda is the problem because connect() returns an invalid QMetaObject::Connection if window is nullptr. -- You are receiving this mail because: You are watching all bug changes.