From e574751387406936204f7c146401b0576f3412c6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 11 Sep 2014 15:16:29 +0200 Subject: ECalendarItem: Fix a memory leak --- e-util/e-calendar-item.c | 1 + 1 file changed, 1 insertion(+) diff --git a/e-util/e-calendar-item.c b/e-util/e-calendar-item.c index 1c01610a97..0527dc2fed 100644 --- a/e-util/e-calendar-item.c +++ b/e-util/e-calendar-item.c @@ -2658,6 +2658,7 @@ e_calendar_item_convert_position_to_day (ECalendarItem *calitem, ythickness = padding.top; pango_font_metrics_unref (font_metrics); + g_object_unref (pango_context); *entire_week = FALSE; -- cgit v1.2.3