GNOME Bugzilla – Bug 308581
Leak in gtkhsv.c
Last modified: 2005-06-21 23:11:37 UTC
Valgrind reported this: ==27221== 756 (48 direct, 708 indirect) bytes in 1 blocks are definitely lost in loss record 8213 of 11855 ==27221== at 0x1B909222: malloc (vg_replace_malloc.c:130) ==27221== by 0x1C05321A: cairo_create (cairo.c:133) ==27221== by 0x1BF727DA: gdk_cairo_create (gdkcairo.c:46) ==27221== by 0x1BC7E81D: gtk_hsv_expose (gtkhsv.c:1301) ==27221== by 0x1BCB6534: _gtk_marshal_BOOLEAN__BOXED (gtkmarshalers.c:83) ==27221== by 0x1C0ADE28: g_type_class_meta_marshal (gclosure.c:514)
Created attachment 48134 [details] [review] patch to fix the leak
Looks good, please commit
Commited.