lxqt / lxqt-notificationd

The LXQt notification daemon
https://lxqt.github.io
GNU Lesser General Public License v2.1
62 stars 38 forks source link

Fixed a crash on killing the process #375

Closed tsujan closed 6 months ago

tsujan commented 7 months ago

The crash was in QObject::deleteLater() and started to happen for me with Qt 6.7 (on Wayland).

tsujan commented 6 months ago

Any objection to merging this?