Use NULL for an empty GList instead of g_list_alloc(); fix memory leaks; s/LCPM/LPCM...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 17 Jan 2005 14:46:22 +0000 (14:46 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 17 Jan 2005 14:46:22 +0000 (14:46 +0000)
commit4fecb2c94087d60060a01cff12946851f514b51d
treec5cebf80b144aa13be297bdb8ef8cb1e646f1a71
parent5a187c8ae94c5ac095d32aea9eeb008e54f8c2f9
Use NULL for an empty GList instead of g_list_alloc(); fix memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead ...

Original commit message from CVS:
Use NULL for an empty GList instead of g_list_alloc(); fix memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead of GString (easier to bulk free later)
ChangeLog