After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312928 - gnome_print_job_preview_init leak
gnome_print_job_preview_init leak
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: print preview
CVS
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-08-08 19:31 UTC by Morten Welinder
Modified: 2005-09-19 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2005-08-08 19:31:58 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);
Comment 1 Jody Goldberg 2005-09-19 18:19:01 UTC
patched for 2.12.1