aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index d1494ff366..bd7daf5258 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -1119,6 +1119,8 @@ fill_in_email (EContactEditor *editor)
g_free (email_address);
}
+
+ g_list_free_full (email_attr_list, (GDestroyNotify) e_vcard_attribute_free);
}
static void
@@ -1831,6 +1833,8 @@ fill_in_im (EContactEditor *editor)
g_free (im_name);
}
+
+ g_list_free_full (im_attr_list, (GDestroyNotify) e_vcard_attribute_free);
}
}