This is an automated email from the git hooks/post-receive script. f2404 pushed a commit to branch master in repository apps/ristretto.
commit de5c70c4a6e3e8ed62a39f94f2d0eb37aa8cc4c6 Author: Igor <[email protected]> Date: Thu Feb 9 13:45:42 2017 +0300 Freeing memory used for storing bg colors was done wrong Fixes #13335 --- src/image_viewer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/image_viewer.c b/src/image_viewer.c index 72c4b30..9a5106f 100644 --- a/src/image_viewer.c +++ b/src/image_viewer.c @@ -559,9 +559,6 @@ rstto_image_viewer_realize(GtkWidget *widget) } viewer->priv->bg_color_fs = g_value_get_boxed (&val_bg_color_fs); - - g_value_unset (&val_bg_color); - g_value_unset (&val_bg_color_fs); } /** -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
