changeset 1898:22051a0efcef trunk

[svn] - fix leak when changing background
author nenolod
date Tue, 24 Oct 2006 01:11:53 -0700
parents 35fa6f69d802
children e08527b44c20
files ChangeLog audacious/widgets/playlist_list.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 24 00:34:35 2006 -0700
+++ b/ChangeLog	Tue Oct 24 01:11:53 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-24 07:34:35 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2751]
+  - oops, missed a requirement (sorry about that)
+  
+  trunk/audacious/mainwin.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2006-10-24 07:34:00 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2749]
   - fix A-B repetition
--- a/audacious/widgets/playlist_list.c	Tue Oct 24 00:34:35 2006 -0700
+++ b/audacious/widgets/playlist_list.c	Tue Oct 24 01:11:53 2006 -0700
@@ -124,6 +124,7 @@
 		cfg.playlist_transparent = FALSE;
 	}
 
+	g_object_unref(in);
 	g_object_unref(gc);
 
 	return p;