diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-10 10:54:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-10 10:54:32 +0800 |
commit | 7448a88ad16d14fa64f2d2ea339bb1524e069fc3 (patch) | |
tree | e754ab918097b2cc850dfbfdf547de642ef25917 /addressbook/ChangeLog | |
parent | 703571474abbf40128072d8a66bc0d7cedfbed18 (diff) | |
download | gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.tar gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.tar.gz gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.tar.bz2 gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.tar.lz gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.tar.xz gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.tar.zst gsoc2013-evolution-7448a88ad16d14fa64f2d2ea339bb1524e069fc3.zip |
free the list, not unref it, and free the elements
2003-12-09 JP Rosevear <jpr@ximian.com>
* gui/contact-list-editor/e-contact-list-editor.c (extract_info):
free the list, not unref it, and free the elements
Fixes #51976
svn path=/trunk/; revision=23900
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a68d11b86c..a24ffe2f7a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2003-12-09 JP Rosevear <jpr@ximian.com> + + * gui/contact-list-editor/e-contact-list-editor.c (extract_info): + free the list, not unref it, and free the elements + + Fixes #51976 + 2003-12-06 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names-manager.c |