totem r5385 - in trunk: . src/backend



Author: hadess
Date: Sat May  3 15:40:37 2008
New Revision: 5385
URL: http://svn.gnome.org/viewvc/totem?rev=5385&view=rev

Log:
2008-05-03  Bastien Nocera  <hadess hadess net>

	* src/backend/bacon-video-widget-gst-0.10.c
	(bacon_video_widget_open_with_subtitle):
	Remove useless g_free(), if there's a MRL stored, it will
	be freed in _close()



Modified:
   trunk/ChangeLog
   trunk/src/backend/bacon-video-widget-gst-0.10.c

Modified: trunk/src/backend/bacon-video-widget-gst-0.10.c
==============================================================================
--- trunk/src/backend/bacon-video-widget-gst-0.10.c	(original)
+++ trunk/src/backend/bacon-video-widget-gst-0.10.c	Sat May  3 15:40:37 2008
@@ -2653,7 +2653,6 @@
   }
 
   /* this allows non-URI type of files in the thumbnailer and so on */
-  g_free (bvw->com->mrl);
   file = g_file_new_for_commandline_arg (mrl);
 
   /* If giosrc isn't available, try to get the MRL's local path */



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