totem r6007 - in trunk: . src



Author: pwithnall
Date: Fri Feb 20 13:09:58 2009
New Revision: 6007
URL: http://svn.gnome.org/viewvc/totem?rev=6007&view=rev

Log:
2009-02-20  Philip Withnall  <philip tecnocode co uk>

	* src/eggdesktopfile.c (egg_desktop_file_launchv): Patch from 
Martin
	<mnemo minimum se> to fix freeing uninitialised memory in 
libegg.
	(Closes: #572540)



Modified:
   trunk/ChangeLog
   trunk/src/eggdesktopfile.c

Modified: trunk/src/eggdesktopfile.c
==============================================================================
--- trunk/src/eggdesktopfile.c	(original)
+++ trunk/src/eggdesktopfile.c	Fri Feb 20 13:09:58 2009
@@ -1072,7 +1072,7 @@
 			  GError **error)
 {
   EggDesktopFileLaunchOption option;
-  GSList *translated_documents, *docs;
+  GSList *translated_documents = NULL, *docs = NULL;
   char *command, **argv;
   int argc, i, screen_num;
   gboolean success, current_success;



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