mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-13 22:28:33 +01:00
Although not quite as often-occurring, this should help with constructs
like this:
if (list)
{
g_list_free_full (list, foo);
list = NULL;
}
Closes https://gitlab.gnome.org/GNOME/glib/issues/1943