Plug a leak.
2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * gui/e-week-view-event-item.c: (e_week_view_event_item_draw_icons): Plug a leak. svn path=/trunk/; revision=32574
This commit is contained in:
committed by
Kjartan Maraas
parent
39a762597d
commit
fae61c8a65
@ -1,3 +1,8 @@
|
||||
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gui/e-week-view-event-item.c:
|
||||
(e_week_view_event_item_draw_icons): Plug a leak.
|
||||
|
||||
2006-08-14 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
* gui/alarm-notify/alarm-queue.c: (mail_notification):
|
||||
|
||||
@ -1400,6 +1400,7 @@ e_week_view_event_item_draw_icons (EWeekViewEventItem *wveitem,
|
||||
gdk_bitmap_unref (mask);
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
e_cal_component_free_categories_list (categories_list);
|
||||
g_object_unref(comp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user