comparison libaudacious/configdb_gconf.c @ 813:c8cf439179b8 trunk

[svn] - Fix a ton and a half of memory leaks, via the wonderful Leonardo Boshell <leonardop -at- gentoo.org>.
author nenolod
date Fri, 10 Mar 2006 08:20:15 -0800
parents cb178e5ad177
children 7610ab1233a7
comparison
equal deleted inserted replaced
812:f9a1ddb72432 813:c8cf439179b8
41 41
42 void 42 void
43 bmp_cfg_db_close(ConfigDb * db) 43 bmp_cfg_db_close(ConfigDb * db)
44 { 44 {
45 g_object_unref(db->client); 45 g_object_unref(db->client);
46 g_free(db);
46 } 47 }
47 48
48 static gchar * 49 static gchar *
49 build_keypath(const gchar * section, 50 build_keypath(const gchar * section,
50 const gchar * key) 51 const gchar * key)