diff options
author | JP Rosevear <jpr@ximian.com> | 2001-12-16 00:17:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-12-16 00:17:32 +0800 |
commit | 81d26e01cb0f918068f21e1b4c9bab5015a8a417 (patch) | |
tree | 24943f1df4d141513a4e7daa2938546ac3e40f21 /addressbook/ChangeLog | |
parent | 333753cb268f79e02a1127628674d9066a5dcf32 (diff) | |
download | gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.tar gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.tar.gz gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.tar.bz2 gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.tar.lz gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.tar.xz gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.tar.zst gsoc2013-evolution-81d26e01cb0f918068f21e1b4c9bab5015a8a417.zip |
don't free the hash table keys, we didn't allocate them and free the
2001-12-15 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c (e_addr_context_destroy): don't free
the hash table keys, we didn't allocate them and free the change
objects and unref the associated cards
(local_record_from_uid): unref the temp card we create
(replace_record): ref the new card associated with the card change
and unref the old one
svn path=/trunk/; revision=15091
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3c7d97dbc8..f42f3a00fd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2001-12-15 JP Rosevear <jpr@ximian.com> + + * conduit/address-conduit.c (e_addr_context_destroy): don't free + the hash table keys, we didn't allocate them and free the change + objects and unref the associated cards + (local_record_from_uid): unref the temp card we create + (replace_record): ref the new card associated with the card change + and unref the old one + 2001-12-13 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.c (local_record_from_ecard): Make sure |