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

Christoph Feck <cf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |cf...@kde.org
             Status|NEEDSINFO                   |CONFIRMED
         Resolution|BACKTRACE                   |---

--- Comment #12 from Christoph Feck <cf...@kde.org> ---
line 54 in waylandintegration.cpp is the ~WaylandIntegration() destructor. This
confirms objects were added to the WaylandIntegration object that are not
deleted via the aboutToQuit lambda.

Martin, I suggest to either add "foreach(children) delete" inside the lambda,
or add debug statements in the destructor to find out which objects are still
there after QApplication destruction that are harmful to delete from the
destructor.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to