aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account-list.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-02-20 08:48:16 +0800
committerChris Toshok <toshok@src.gnome.org>2003-02-20 08:48:16 +0800
commit21efc37a51de80396af12f02169b4411a1a640ca (patch)
treecb2b567e23a5dd77832ee3dfb00ccc4ccc2baf58 /e-util/e-account-list.c
parent29ef977e4a54900580031dff7075ffa67e24bad2 (diff)
downloadgsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar
gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar.gz
gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar.bz2
gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar.lz
gsoc2013-evolution-21efc37a51de80396af12f02169b4411a1a640ca.tar.xz
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/e-account-list.c')
-rw-r--r--e-util/e-account-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-account-list.c b/e-util/e-account-list.c
index bd6f026b63..e7d2b2f66b 100644
--- a/e-util/e-account-list.c
+++ b/e-util/e-account-list.c
@@ -168,6 +168,7 @@ gconf_accounts_changed (GConfClient *client, guint cnxn_id,
g_object_unref (account);
next:
+ g_free (uid);
g_object_unref (iter);
}