# HG changeset patch # User nenolod # Date 1161677513 25200 # Node ID 22051a0efcefde30ce63802f70669c16435e69c1 # Parent 35fa6f69d802d3fbaacdb303b189e861f8bd7696 [svn] - fix leak when changing background diff -r 35fa6f69d802 -r 22051a0efcef ChangeLog --- 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 + 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 revision [2749] - fix A-B repetition diff -r 35fa6f69d802 -r 22051a0efcef audacious/widgets/playlist_list.c --- 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;