Patch for a leak in e-week-view-event-item.c
Kjartan Maraas <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1155813411.24205.2.camel@rivendell> |
Another one. Cheers Kjartan _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
e-week-view-event-item.c-cairo-leak.patch
(text/x-patch, 571 B)
Index: gui/e-week-view-event-item.c =================================================================== RCS file: /cvs/gnome/evolution/calendar/gui/e-week-view-event-item.c,v retrieving revision 1.58 diff -u -p -r1.58 e-week-view-event-item.c --- gui/e-week-view-event-item.c 4 May 2006 15:14:24 -0000 1.58 +++ gui/e-week-view-event-item.c 17 Aug 2006 11:16:14 -0000 @@ -1400,6 +1400,7 @@ e_week_view_event_item_draw_icons (EWeek gdk_bitmap_unref (mask); } + cairo_destroy (cr); e_cal_component_free_categories_list (categories_list); g_object_unref(comp);