GNOME Bugzilla – Bug 731147
waylandsink: Initialize a wl_callback pointer value after it is destroyed
Last modified: 2014-06-17 12:32:53 UTC
Created attachment 277785 [details] [review] waylandsink: Initialize a wl_callback pointer value after it is destroyed wl_callback_destroy() could cause a segmentation fault when waylandsink is finalized because a wl_callback pointer which has already been destroyed in frame_redraw_callback() could be passed into the method. This patch fixes that.
Please see https://bugzilla.gnome.org/show_bug.cgi?id=731143#c3