Make GList more robust
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Mar 2013 00:11:11 +0000 (19:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Mar 2013 00:11:11 +0000 (19:11 -0500)
commit14768e97f8c87c0f4a32a7f946017fd853a67512
tree3a132ca0b15ab184519f258df7aa65c978e3e049
parent10630eed3066907a880816592bb35965d203f02c
Make GList more robust

g_list_delete_link was silently ignoring a NULL link before
the last change. Make it do so again, since we've found callers
that rely on this.
glib/glist.c