[maemo-commits] [maemo-commits] r11089 - in projects/haf/trunk/gtkhtml: . debian upstream/patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Apr 16 16:46:36 EEST 2007
- Previous message: [maemo-commits] r11088 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r11090 - projects/haf/tags/gtkhtml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2007-04-16 16:46:33 +0300 (Mon, 16 Apr 2007) New Revision: 11089 Removed: projects/haf/trunk/gtkhtml/upstream/patches/gtkhtml_000_memleak_fix.diff Modified: projects/haf/trunk/gtkhtml/ChangeLog projects/haf/trunk/gtkhtml/debian/changelog Log: gtkhtml (3.9.1-3osso8) unstable; urgency=low * Removed gtkhtml_000_memleak_fix.diff, because it was already upstream, and thus resulted in a double free Modified: projects/haf/trunk/gtkhtml/ChangeLog =================================================================== --- projects/haf/trunk/gtkhtml/ChangeLog 2007-04-16 13:42:07 UTC (rev 11088) +++ projects/haf/trunk/gtkhtml/ChangeLog 2007-04-16 13:46:33 UTC (rev 11089) @@ -1,3 +1,8 @@ +2007-04-16 Gabriel Schulhof <gabriel.schulhof at nokia.com> + + * Removed gtkhtml_000_memleak_fix.diff, because it was already upstream, and + thus resulted in a double free + 2007-04-03 Gabriel Schulhof <gabriel.schulhof at nokia.com> * Forgot to add soft-a11y-check patch Modified: projects/haf/trunk/gtkhtml/debian/changelog =================================================================== --- projects/haf/trunk/gtkhtml/debian/changelog 2007-04-16 13:42:07 UTC (rev 11088) +++ projects/haf/trunk/gtkhtml/debian/changelog 2007-04-16 13:46:33 UTC (rev 11089) @@ -1,3 +1,10 @@ +gtkhtml (3.9.1-3osso8) unstable; urgency=low + + * Removed gtkhtml_000_memleak_fix.diff, because it was already upstream, and + thus resulted in a double free + + -- Gabriel Schulhof <gabriel.schulhof at nokia.com> Mon, 16 Apr 2007 16:43:13 +0300 + gtkhtml (3.9.1-3osso7) unstable; urgency=low * Forgot to add soft-a11y-check patch Deleted: projects/haf/trunk/gtkhtml/upstream/patches/gtkhtml_000_memleak_fix.diff =================================================================== --- projects/haf/trunk/gtkhtml/upstream/patches/gtkhtml_000_memleak_fix.diff 2007-04-16 13:42:07 UTC (rev 11088) +++ projects/haf/trunk/gtkhtml/upstream/patches/gtkhtml_000_memleak_fix.diff 2007-04-16 13:46:33 UTC (rev 11089) @@ -1,17 +0,0 @@ -# Memory leak fix -# -# Copyright (C) 2006 - 2007 Nokia Corporation. -# This file is distributed under the terms of GNU LGPL license, either version 2 -# of the License, or (at your option) any later version. -# -diff -ru gtkhtml-3.13.91/src/htmlengine.c gtkhtml-3.13.91.mod0/src/htmlengine.c ---- gtkhtml-3.13.91/src/htmlengine.c 2007-02-12 08:57:38.000000000 +0200 -+++ gtkhtml-3.13.91.mod0/src/htmlengine.c 2007-02-15 12:41:23.000000000 +0200 -@@ -1550,6 +1550,7 @@ - g_free (data); - g_free (classid); - g_free (name); -+ html_element_free (element) ; - } - -
- Previous message: [maemo-commits] r11088 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r11090 - projects/haf/tags/gtkhtml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]