diff options
author | Milan Crha <mcrha@redhat.com> | 2014-09-11 21:16:29 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-09-11 21:16:29 +0800 |
commit | e574751387406936204f7c146401b0576f3412c6 (patch) | |
tree | ec086935ae46a68b37179a55382f7c8644b62a81 | |
parent | 23b58cb88ec9430015b413797172d29b3ea2a326 (diff) | |
download | gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.tar gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.tar.gz gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.tar.bz2 gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.tar.lz gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.tar.xz gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.tar.zst gsoc2013-evolution-e574751387406936204f7c146401b0576f3412c6.zip |
ECalendarItem: Fix a memory leak
-rw-r--r-- | e-util/e-calendar-item.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |