[Epiphany] Crash on tab switch
- From: Lee Willis <lwillis plus net>
- To: epiphany mozdev org
- Subject: [Epiphany] Crash on tab switch
- Date: 23 Jan 2003 19:35:22 +0000
I'm seeing frequent crashes when switching tabs. The attached patch
seems to resolve it. We possible need to free this memory somewhere else
though for a perfect solution ;)
Lee
--
| Lee Willis Unmetered & ADSL solutions
| Products and Services Development Co-ordinator for Home & Business
| PlusNet Technologies Ltd. @ http://www.plus.net
+------------ My Referrals - It pays to recommend PlusNet --------------
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/epiphany/ChangeLog,v
retrieving revision 1.49
diff -u -r1.49 ChangeLog
--- ChangeLog 23 Jan 2003 13:52:58 -0000 1.49
+++ ChangeLog 23 Jan 2003 19:34:52 -0000
@@ -1,3 +1,7 @@
+2003-01-23 Lee Willis <lwillis@plus.net>
+
+ * src/ephy-window.c: Don't crash on tab change
+
2003-01-23 Marco Pesenti Gritti <marco@it.gnome.org>
* TODO:
Index: src/ephy-window.c
===================================================================
RCS file: /cvs/gnome/epiphany/src/ephy-window.c,v
retrieving revision 1.13
diff -u -r1.13 ephy-window.c
--- src/ephy-window.c 23 Jan 2003 13:22:17 -0000 1.13
+++ src/ephy-window.c 23 Jan 2003 19:34:53 -0000
@@ -1366,7 +1366,6 @@
location = toolbar_get_location (window->priv->toolbar);
ephy_tab_set_location (tab, location);
- g_free (location);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]