comparison libaudacious/configdb_gconf.c @ 1446:7610ab1233a7 trunk

[svn] - be more paranoid about NULL pointers
author nenolod
date Fri, 28 Jul 2006 02:19:18 -0700
parents c8cf439179b8
children a69db3a15bf2
comparison
equal deleted inserted replaced
1445:cdb339ef1b1a 1446:7610ab1233a7
40 } 40 }
41 41
42 void 42 void
43 bmp_cfg_db_close(ConfigDb * db) 43 bmp_cfg_db_close(ConfigDb * db)
44 { 44 {
45 g_return_if_fail(db != NULL);
46
45 g_object_unref(db->client); 47 g_object_unref(db->client);
46 g_free(db); 48 g_free(db);
47 } 49 }
48 50
49 static gchar * 51 static gchar *