[Xfce4-commits] [apps/ristretto] 01/01: Fix memory leak in thumbnailer

noreply at xfce.org noreply at xfce.org
Sun Apr 14 18:09:22 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 30b9d26d2a798d5c6bdc75d057b26d1ea5bc5017
Author: Igor <f2404 at yandex.ru>
Date:   Sun Apr 14 12:09:15 2019 -0400

    Fix memory leak in thumbnailer
---
 src/thumbnailer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/thumbnailer.c b/src/thumbnailer.c
index 62ca1f0..17318e8 100644
--- a/src/thumbnailer.c
+++ b/src/thumbnailer.c
@@ -216,6 +216,7 @@ rstto_thumbnailer_dispose (GObject *object)
         g_clear_object (&thumbnailer->priv->settings);
         g_clear_object (&thumbnailer->priv->proxy);
         g_clear_object (&thumbnailer->priv->connection);
+        g_slist_free_full (thumbnailer->priv->queue, g_object_unref);
 
         g_clear_pointer (&thumbnailer->priv, g_free);
     }

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


More information about the Xfce4-commits mailing list