GNOME Bugzilla – Bug 723664
Do not point to invalid memory
Last modified: 2014-02-05 13:15:23 UTC
While debugging I noticed that trigger_redraw points to a possibly invalid memory. Mostly harmless in practice, but it does give garbage values when debugging.
Created attachment 268158 [details] [review] GeglGtkView: Avoid pointing to invalid memory
commit a2a88fbe3e47c137aafa746804d216f48441c19b Author: Debarshi Ray <debarshir@gnome.org> Date: Wed Feb 5 13:00:56 2014 +0100 Fix pointer to out of scope value (bug 723664) gegl-gtk/internal/view-helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)