bug-buddy r2765 - in trunk: . gnome-breakpad



Author: cosimoc
Date: Thu Nov 13 18:29:43 2008
New Revision: 2765
URL: http://svn.gnome.org/viewvc/bug-buddy?rev=2765&view=rev

Log:
2008-11-13  Cosimo Cecchi  <cosimoc gnome org>

	* gnome-breakpad/gnome-breakpad.cc:
	Use the correct index when freeing strings.
	Patch by Josseline Mouette (#560657).


Modified:
   trunk/ChangeLog
   trunk/gnome-breakpad/gnome-breakpad.cc

Modified: trunk/gnome-breakpad/gnome-breakpad.cc
==============================================================================
--- trunk/gnome-breakpad/gnome-breakpad.cc	(original)
+++ trunk/gnome-breakpad/gnome-breakpad.cc	Thu Nov 13 18:29:43 2008
@@ -258,7 +258,7 @@
 	}
 
 	for (i = 0; i < N_TRIES; i++)
-		g_free (tries [N_TRIES]);
+		g_free (tries [i]);
 
 	return result;
 }



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