[Xfce-bugs] [Bug 15696] Demand attention blinking crahses the panel
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Jul 10 09:39:28 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15696
--- Comment #1 from Olivier Fourdan <fourdan at xfce.org> ---
Created attachment 8747
--> https://bugzilla.xfce.org/attachment.cgi?id=8747&action=edit
[PATCH] arrow-button: Remove timeout on dispose
The blinking source timeout has a GDestroyNotify function associated
that will update the button when the timeout is removed.
But the timeout is removed on the button finalize, i.e. once the object
is freed, which will lead to a crash trying to access memory already
freed.
I think the original author meant to use `dispose` instead of `finalize`
for removing the blinking timeout.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list