Skip to content

notifications: Fix use-after-free in timeout_bubble()

‍小太 requested to merge kota/gnome-flashback:master into master

gtk_widget_destroy(bubble) might destroy the last reference to the bubble, making the write to timeout_id a potential use-after-free

Fixes #96 (closed)

Merge request reports