diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-09 23:19:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-09 23:19:39 +0800 |
commit | ed872a964040e709a3eade1867a85b2891beb656 (patch) | |
tree | 5c4030bdb0cb91d78e36231852665a76660fd8b6 /ChangeLog | |
parent | 8d8654617655360a8c2535b1b7e1057f99f7d6ae (diff) | |
download | gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.tar gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.tar.gz gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.tar.bz2 gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.tar.lz gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.tar.xz gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.tar.zst gsoc2013-epiphany-ed872a964040e709a3eade1867a85b2891beb656.zip |
Fix a mem leak.
2004-08-09 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
Fix a mem leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-08-09 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): + + Fix a mem leak. + +2004-08-09 Christian Persch <chpe@cvs.gnome.org> + * lib/egg/egg-toolbar-editor.c: (compare_actions): Fix compilation with gcc 2.95. @@ -293,7 +299,7 @@ * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): - Start the directory choose in the home dir. Fixes bug #146055. + Start the directory chooser in the home dir. Fixes bug #146055. 2004-07-31 Christian Persch <chpe@cvs.gnome.org> |