https://bugzilla.xfce.org/show_bug.cgi?id=15696

--- Comment #1 from Olivier Fourdan <[email protected]> ---
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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to