[Xfce4-commits] [xfce/xfdesktop] 04/06: Add missing g_list_free()

noreply at xfce.org noreply at xfce.org
Sun Mar 15 13:27:12 CET 2015


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

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 5dbe0e728ad0a8348cbf1687aea4b4aaf6a8c26e
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date:   Fri Mar 13 00:15:20 2015 +0100

    Add missing g_list_free()
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 src/xfdesktop-icon-view.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index b83ad42..c8a0185 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -1873,6 +1873,7 @@ xfdesktop_icon_view_sort_icons(XfdesktopIconView *icon_view)
 
 
     g_list_free(special_icons);
+    g_list_free(volume_icons);
     g_list_free(folder_icons);
     g_list_free(regular_icons);
 #endif

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


More information about the Xfce4-commits mailing list