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)
commitae9dda81b8950ded68a6cc96daea6abfe41ffa04
tree5dfa20f7296e2b101cc5ead1b97b14ac83a92198
parent27f04b405e68dfea0d6a14517a84336b7c5a56f1
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