rhythmbox r6053 - in trunk: . plugins/generic-player
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6053 - in trunk: . plugins/generic-player
- Date: Fri, 14 Nov 2008 22:11:05 +0000 (UTC)
Author: hadess
Date: Fri Nov 14 22:11:05 2008
New Revision: 6053
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6053&view=rev
Log:
2008-11-14 Bastien Nocera <hadess hadess net>
* plugins/generic-player/rb-psp-source.c
(rb_psp_source_create_playlists): Fix small leak
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 Fri Nov 14 22:11:05 2008
@@ -263,6 +263,7 @@
file = g_file_resolve_relative_path (music_dir, name);
visit_playlist_dirs (RB_PSP_SOURCE (source), file);
g_object_unref (file);
+ g_object_unref (info);
}
g_object_unref (e);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]