diff audacious/widgets/playlist_list.c @ 1898:22051a0efcef trunk

[svn] - fix leak when changing background
author nenolod
date Tue, 24 Oct 2006 01:11:53 -0700
parents 94795106c541
children e08527b44c20
line wrap: on
line diff
--- 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;