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:
Kjartan Maraas
2006-08-17 19:45:50 +00:00
committed by Kjartan Maraas
parent 39a762597d
commit fae61c8a65
2 changed files with 6 additions and 0 deletions

View File

@ -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):

View File

@ -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);