[Xfce4-commits] [apps/ristretto] 01/01: Fix memory leaks in Xfce wallpaper manager

noreply at xfce.org noreply at xfce.org
Thu Apr 11 21:41:32 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 7d128437fe9e0bf2600c516010aa86d45d803526
Author: Igor <f2404 at yandex.ru>
Date:   Thu Apr 11 15:41:23 2019 -0400

    Fix memory leaks in Xfce wallpaper manager
---
 src/xfce_wallpaper_manager.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/xfce_wallpaper_manager.c b/src/xfce_wallpaper_manager.c
index ac6241e..6312e32 100644
--- a/src/xfce_wallpaper_manager.c
+++ b/src/xfce_wallpaper_manager.c
@@ -640,6 +640,8 @@ rstto_xfce_wallpaper_manager_dispose (GObject *object)
             g_object_unref (xfce_wallpaper_manager->priv->channel);
             xfce_wallpaper_manager->priv->channel = NULL;
         }
+        g_free (xfce_wallpaper_manager->priv->color1);
+        g_free (xfce_wallpaper_manager->priv->color2);
         g_free (xfce_wallpaper_manager->priv);
         xfce_wallpaper_manager->priv = NULL;
     }

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


More information about the Xfce4-commits mailing list