GNOME Bugzilla – Bug 722326
gstringchunk: Use g_slist_free_full() where possible
Last modified: 2014-01-17 01:25:45 UTC
We have that function, let's use it - instead of manually freeing the elements of the slist in a loop (and reduce the line count a bit).
Created attachment 266446 [details] [review] gstringchunk: Use g_slist_free_full() where possible
Attachment 266446 [details] pushed as fabdf80 - gstringchunk: Use g_slist_free_full() where possible