GNOME Bugzilla – Bug 735092
Use g_slist_free_full() to free lists
Last modified: 2014-09-01 14:24:23 UTC
Rather than using g_slist_foreach() followed by g_slist_free() to free a list and it's data just call g_slist_free_full().
Created attachment 283958 [details] [review] Use g_slist_free_full() to free lists
Review of attachment 283958 [details] [review]: Looks good
Thanks for the review. Attachment 283958 [details] pushed as bd15906 - Use g_slist_free_full() to free lists