bug-buddy r2766 - in branches/gnome-2-24: . gnome-breakpad
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: bug-buddy r2766 - in branches/gnome-2-24: . gnome-breakpad
- Date: Thu, 13 Nov 2008 18:30:33 +0000 (UTC)
Author: cosimoc
Date: Thu Nov 13 18:30:33 2008
New Revision: 2766
URL: http://svn.gnome.org/viewvc/bug-buddy?rev=2766&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:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/gnome-breakpad/gnome-breakpad.cc
Modified: branches/gnome-2-24/gnome-breakpad/gnome-breakpad.cc
==============================================================================
--- branches/gnome-2-24/gnome-breakpad/gnome-breakpad.cc (original)
+++ branches/gnome-2-24/gnome-breakpad/gnome-breakpad.cc Thu Nov 13 18:30:33 2008
@@ -119,7 +119,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]