aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-display.c
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-03 00:45:23 +0800
committerMilan Crha <mcrha@redhat.com>2011-06-03 00:45:23 +0800
commit171b6f61495d43e672077ac2f8d5478d18fb6f23 (patch)
tree18d592878ded88d7105f455cac16b24f41899743 /addressbook/gui/widgets/eab-contact-display.c
parent2da8860539e06f260fdb2dc9247d4ec5638d0aa2 (diff)
downloadgsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.tar
gsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.tar.gz
gsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.tar.bz2
gsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.tar.lz
gsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.tar.xz
gsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.tar.zst
gsoc2013-evolution-171b6f61495d43e672077ac2f8d5478d18fb6f23.zip
Bug #636809 - Address labels formatting improvements
Address labels should be formated according to country specific standards.
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-display.c')
-rw-r--r--addressbook/gui/widgets/eab-contact-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c
index 361988010b..1369b480bf 100644
--- a/addressbook/gui/widgets/eab-contact-display.c
+++ b/addressbook/gui/widgets/eab-contact-display.c
@@ -521,7 +521,9 @@ render_contact_block (GString *buffer, EContact *contact)
g_free (mail);
}
g_list_foreach (email_list, (GFunc) g_free, NULL);
+ g_list_foreach (email_attr_list, (GFunc) e_vcard_attribute_free, NULL);
g_list_free (email_list);
+ g_list_free (email_attr_list);
if (accum->len) {