pidgin/gtkblist.c

changeset 39897
16b440d4ab36
parent 39834
0345d198dbd6
child 39913
ce96d4639dc7
--- a/pidgin/gtkblist.c	Tue Oct 01 01:38:40 2019 +0000
+++ b/pidgin/gtkblist.c	Tue Oct 01 01:38:06 2019 -0400
@@ -2127,8 +2127,7 @@
 		}
 	}
 
-	g_list_foreach(list, (GFunc)g_free, NULL);
-	g_list_free(list);
+	g_list_free_full(list, g_free);
 }
 
 static gboolean

mercurial