aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-16 20:24:41 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-16 20:24:41 +0800
commitccb35fc22778b540fc763adcc24615ea3470ecd5 (patch)
treef9f2352b756d7451e8044a2fec1993b92c257a30 /addressbook/ChangeLog
parent277df4a98d11e14f7029030905e65a0804a886ff (diff)
downloadgsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.tar
gsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.tar.gz
gsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.tar.bz2
gsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.tar.lz
gsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.tar.xz
gsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.tar.zst
gsoc2013-evolution-ccb35fc22778b540fc763adcc24615ea3470ecd5.zip
Fixed a large memory leak.
2000-05-16 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c (e_card_get_vcard): Fixed a large memory leak. svn path=/trunk/; revision=3088
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4334e48595..50df303b87 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,6 +1,11 @@
2000-05-16 Christopher James Lahey <clahey@helixcode.com>
- * backend/ebook/e-card.c (add_list_unique): Fixed another memory leak.
+ * backend/ebook/e-card.c (e_card_get_vcard): Fixed a large memory leak.
+
+2000-05-16 Christopher James Lahey <clahey@helixcode.com>
+
+ * backend/ebook/e-card.c (add_list_unique): Fixed another memory
+ leak.
2000-05-16 Christopher James Lahey <clahey@helixcode.com>