GNOME Bugzilla – Bug 312928
gnome_print_job_preview_init leak
Last modified: 2005-09-19 18:19:01 UTC
It's a classic, but g_list_free (NULL) does not do anything: action_groups = ...; while (action_groups) { ... action_groups = action_groups->next; } g_list_free (action_groups);
patched for 2.12.1