diff options
author | James Willcox <jwillcox@gnome.org> | 2003-02-14 01:11:06 +0800 |
---|---|---|
committer | James Willcox <jwillcox@src.gnome.org> | 2003-02-14 01:11:06 +0800 |
commit | b4fa5f3fcf81f4cdfb570314069640611b618a8a (patch) | |
tree | 35fea28967e185a17e509cf321096fd1911cfe05 /src/bookmarks/ephy-bookmark-action.c | |
parent | 52592b0c39f41b4b22a97bf56f16b9d28a1c7b01 (diff) | |
download | gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.gz gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.bz2 gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.lz gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.xz gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.tar.zst gsoc2013-epiphany-b4fa5f3fcf81f4cdfb570314069640611b618a8a.zip |
Fix a heap corruption bug that was causing bad stuff when smart bookmarks
2003-02-12 James Willcox <jwillcox@gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (entry_activated_cb):
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url):
Fix a heap corruption bug that was causing bad stuff when smart
bookmarks were used from the toolbar. Fixes #105180
Diffstat (limited to 'src/bookmarks/ephy-bookmark-action.c')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 1352baf26..8039ca42b 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -196,7 +196,6 @@ entry_activated_cb (GtkWidget *entry, EggAction *action) 0, solved); g_free (text); - g_free (smart_url); } static void |