diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-04 12:04:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-04 12:04:11 +0800 |
commit | 61fae09dc0157bde0e1853a788c200e6830978a7 (patch) | |
tree | 4924edc3eb0c75342596ee85bd7817e07bc796ab /mail/ChangeLog | |
parent | 623b1de43d610df7dc767153aed62ec7e40894a6 (diff) | |
download | gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.tar gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.tar.gz gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.tar.bz2 gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.tar.lz gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.tar.xz gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.tar.zst gsoc2013-evolution-61fae09dc0157bde0e1853a788c200e6830978a7.zip |
Fix a possible crash when using the quicksearch by freeing the UID
array correctly.
svn path=/trunk/; revision=4525
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 543655d21f..4366a088d4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-08-04 Ettore Perazzoli <ettore@helixcode.com> + + * message-list.c (message_list_regenerate): Free the GPtrArray + correctly instead of using `g_strfreev()'. + 2000-08-04 Michael Meeks <michael@helixcode.com> * folder-browser-factory.c (control_activate): release the ui_handler |