diff options
author | Chris Toshok <toshok@ximian.com> | 2003-02-20 08:48:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-02-20 08:48:16 +0800 |
commit | 21efc37a51de80396af12f02169b4411a1a640ca (patch) | |
tree | cb2b567e23a5dd77832ee3dfb00ccc4ccc2baf58 /e-util/ChangeLog | |
parent | 29ef977e4a54900580031dff7075ffa67e24bad2 (diff) | |
download | gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar.gz gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar.zst gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.zip |
fix memleak - free uid.
2003-02-17 Chris Toshok <toshok@ximian.com>
* e-account-list.c (gconf_accounts_changed): fix memleak - free
uid.
svn path=/trunk/; revision=19958
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b50e807ecc..69bb9f6e19 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2003-02-17 Chris Toshok <toshok@ximian.com> + + * e-account-list.c (gconf_accounts_changed): fix memleak - free + uid. + 2003-02-11 Not Zed <NotZed@Ximian.com> * e-trie.c (trie_utf8_getc): Instead of simply ignoring bad chars, |