Removes the node link_ from the list and frees it. Compare this to g_list_remove_link() which removes the node without freeing it.
node to delete from list
the (possibly changed) start of the GList
Removes the node link_ from the list and frees it. Compare this to g_list_remove_link() which removes the node without freeing it.