cheese r682 - in branches/gnome-2-22: . src
- From: dgsiegel svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r682 - in branches/gnome-2-22: . src
- Date: Fri, 25 Apr 2008 17:36:59 +0100 (BST)
Author: dgsiegel
Date: Fri Apr 25 16:36:59 2008
New Revision: 682
URL: http://svn.gnome.org/viewvc/cheese?rev=682&view=rev
Log:
fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/src/cheese-window.c
Modified: branches/gnome-2-22/src/cheese-window.c
==============================================================================
--- branches/gnome-2-22/src/cheese-window.c (original)
+++ branches/gnome-2-22/src/cheese-window.c Fri Apr 25 16:36:59 2008
@@ -1205,7 +1205,7 @@
{
CheeseWindow *cheese_window;
- cheese_window = g_new (CheeseWindow, 1);
+ cheese_window = g_new0 (CheeseWindow, 1);
cheese_window->gconf = cheese_gconf_new ();
cheese_window->audio_play_counter = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]