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)
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

index 5b0fd46..ade4533 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/dvdread/stream_labels.c:
+       (dvdreadsrc_get_audio_stream_labels):
+         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)
+
 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
 
        Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>