From 872eec784e2ba1c65ef9e8489a9fc199c4059fc3 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Sun, 21 Oct 2001 00:57:18 +0000 Subject: Fix memory leak. 2001-10-20 Jon Trowbridge * gui/component/select-names/e-select-names-completion.c (name_style_query): Fix memory leak. * gui/widgets/e-addressbook-view.c (jump_to_letter): Free our string vector letter_v when we are done with it. * gui/contact-editor/e-contact-quick-add.c (edit_card): Unref our QuickAdd structure. * gui/component/e-address-popup.c (e_address_popup_construct): Unref our style after we are done with it. svn path=/trunk/; revision=13835 --- addressbook/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d3a5a1ec93..2e0c3d8e62 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2001-10-20 Jon Trowbridge + + * gui/component/select-names/e-select-names-completion.c + (name_style_query): Fix memory leak. + + * gui/widgets/e-addressbook-view.c (jump_to_letter): Free our + string vector letter_v when we are done with it. + + * gui/contact-editor/e-contact-quick-add.c (edit_card): Unref our + QuickAdd structure. + + * gui/component/e-address-popup.c (e_address_popup_construct): + Unref our style after we are done with it. + 2001-10-20 Jon Trowbridge * backend/ebook/e-book.c (activate_factories_for_uri): We -- cgit v1.2.3