mate-desktop / mate-notification-daemon

Daemon to display passive pop-up notifications
https://mate-desktop.org
GNU General Public License v2.0
30 stars 26 forks source link

Don't use g_clear_object() on NotifyStack (which is not a GObject) #192

Closed wmww closed 3 years ago

wmww commented 3 years ago

NotifyStack is not a GObject, so calling g_clear_object is bad. Interestingly, it caused an endless loop in g_object_unref() on my system due to a quark in how the ref count is checked.

rbuj commented 3 years ago

cherry picked to stable branch 1.24 https://github.com/mate-desktop/mate-notification-daemon/commit/f3ca70b17ab367547e18b6554105e83deb3a8d8d