aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-05-08 11:39:23 +0800
committerChris Toshok <toshok@src.gnome.org>2000-05-08 11:39:23 +0800
commit62a9c29cca1270bde42ab797b23d1eb9fb76ffc5 (patch)
tree18418142ff702a90af56593596e64fbbc6b59e9f /addressbook/ChangeLog
parent87eebb44a10e298bde27803b20a2b95d1402a886 (diff)
downloadgsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.tar
gsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.tar.gz
gsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.tar.bz2
gsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.tar.lz
gsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.tar.xz
gsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.tar.zst
gsoc2013-evolution-62a9c29cca1270bde42ab797b23d1eb9fb76ffc5.zip
make sure to free the return value of e_card_simple_get.
* gui/minicard/e-minicard.c (remodel): make sure to free the return value of e_card_simple_get. * gui/component/addressbook.c (teardown_table_view): destroy the ECardSimple here, plug memory leak. (create_table_view): use view->simple so we can destroy the ECardSimple later on. svn path=/trunk/; revision=2899
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8f37c1388b..c05d832dde 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,13 @@
+2000-05-07 <toshok@the-dot-in.helixcode.com>
+
+ * gui/minicard/e-minicard.c (remodel): make sure to free the
+ return value of e_card_simple_get.
+
+ * gui/component/addressbook.c (teardown_table_view): destroy the
+ ECardSimple here, plug memory leak.
+ (create_table_view): use view->simple so we can destroy the
+ ECardSimple later on.
+
2000-05-07 Chris Toshok <toshok@helixcode.com>
* ename/e-name-western.c (e_name_western_extract_middle): comment