rhythmbox r6042 - in trunk: . plugins/generic-player



Author: hadess
Date: Wed Nov 12 10:30:10 2008
New Revision: 6042
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6042&view=rev

Log:
2008-11-12  Bastien Nocera  <hadess hadess net>

	* plugins/generic-player/rb-psp-source.c (find_dir_no_case):
	Fix small memleak



Modified:
   trunk/ChangeLog
   trunk/plugins/generic-player/rb-psp-source.c

Modified: trunk/plugins/generic-player/rb-psp-source.c
==============================================================================
--- trunk/plugins/generic-player/rb-psp-source.c	(original)
+++ trunk/plugins/generic-player/rb-psp-source.c	Wed Nov 12 10:30:10 2008
@@ -167,6 +167,7 @@
 		}
 		g_object_unref (info);
 	}
+	g_object_unref (e);
 
 	if (ret == NULL)
 		ret = music_dir;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]