libegg r931 - trunk/libegg/smclient



Author: pwithnall
Date: Fri Feb 20 13:11:54 2009
New Revision: 931
URL: http://svn.gnome.org/viewvc/libegg?rev=931&view=rev

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

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



Modified:
   trunk/libegg/smclient/ChangeLog
   trunk/libegg/smclient/eggdesktopfile.c

Modified: trunk/libegg/smclient/eggdesktopfile.c
==============================================================================
--- trunk/libegg/smclient/eggdesktopfile.c	(original)
+++ trunk/libegg/smclient/eggdesktopfile.c	Fri Feb 20 13:11:54 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]