[Xfce4-commits] [apps/ristretto] 01/01: Fix memory leak when closing an image

noreply at xfce.org noreply at xfce.org
Thu Apr 11 22:06:38 CEST 2019


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/ristretto.

commit c5e24d3458ff7bb6ab4586b3f88d989e65a2cb1c
Author: Igor <f2404 at yandex.ru>
Date:   Thu Apr 11 16:06:31 2019 -0400

    Fix memory leak when closing an image
---
 src/image_list.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/image_list.c b/src/image_list.c
index fcd7d15..9665ed4 100644
--- a/src/image_list.c
+++ b/src/image_list.c
@@ -649,6 +649,7 @@ rstto_image_list_remove_all (RsttoImageList *image_list)
         gtk_tree_path_append_index(path_, i);
 
         gtk_tree_model_row_deleted(GTK_TREE_MODEL(image_list), path_);
+        gtk_tree_path_free (path_);
 
         image_iter = g_list_next (image_iter);
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list