aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-10-29 16:51:13 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-10-29 16:51:13 +0800
commitc32ecdda12b83d4a5680c6986c2c649d434dcc6f (patch)
tree89b6645138f31d9f3895add8a1414eba6c848271 /calendar/gui/dialogs
parent1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d (diff)
downloadgsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.tar
gsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.tar.gz
gsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.tar.bz2
gsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.tar.lz
gsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.tar.xz
gsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.tar.zst
gsoc2013-evolution-c32ecdda12b83d4a5680c6986c2c649d434dcc6f.zip
** Fix for bug #490538
2007-10-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #490538 * gui/dialogs/memo-page.c: (fill_comp_with_recipients): * gui/e-meeting-list-view.c: (process_section): Free memory properly after call of e_contact_store_get_books. svn path=/trunk/; revision=34446
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r--calendar/gui/dialogs/memo-page.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c
index c1890ee37e..6255b7aef6 100644
--- a/calendar/gui/dialogs/memo-page.c
+++ b/calendar/gui/dialogs/memo-page.c
@@ -531,6 +531,7 @@ fill_comp_with_recipients (ENameSelector *name_selector, ECalComponent *comp)
e_book_query_unref (query);
g_free (qu);
}
+ g_list_free (books);
} else {
card_dest.next = NULL;
card_dest.prev = NULL;