diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-10 21:25:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-10 21:25:51 +0800 |
commit | 7dcc6d4bb192250daf127584f544a2c6f44d17e9 (patch) | |
tree | 42fbae12b7a5a457b052c8ffd9c4122b8fb37cef /ChangeLog | |
parent | 7c6b70e43fe00f85535daaa0e8766913a6bd3bca (diff) | |
download | gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.gz gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.zst gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.zip |
Fix 2 mem leaks; thanks to Xan for noticing them.
2004-11-09 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct):
Fix 2 mem leaks; thanks to Xan for noticing them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-11-09 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): + + Fix 2 mem leaks; thanks to Xan for noticing them. + +2004-11-09 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-gui.c: (ephy_gui_menu_position_tree_selection): Better positioning for the context menu popup in a treeview. |