diff options
author | Christian Persch <chp@cvs.gnome.org> | 2003-08-09 01:34:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-08-09 01:34:57 +0800 |
commit | f8c58a77e108232aa48688eee250bed33f359b22 (patch) | |
tree | a90af842bfc9765cefe2b15e866fb15e77b8519c /ChangeLog | |
parent | 6dc137cb066c3eeb93fb69816cb55dcbc703b96d (diff) | |
download | gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.tar gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.tar.gz gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.tar.bz2 gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.tar.lz gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.tar.xz gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.tar.zst gsoc2013-epiphany-f8c58a77e108232aa48688eee250bed33f359b22.zip |
Fix mem leak.
2003-08-08 Christian Persch <chp@cvs.gnome.org>
* src/bookmarks/ephy-topics-selector: (topic_toggled), (topic_clicked),
(topic_key_pressed):
Fix mem leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-08-08 Christian Persch <chp@cvs.gnome.org> + * src/bookmarks/ephy-topics-selector: (topic_toggled), (topic_clicked), + (topic_key_pressed): + + Fix mem leak. + +2003-08-08 Christian Persch <chp@cvs.gnome.org> + * lib/widgets/ephy-node-view.c: (cell_renderer_edited): Fix mem leak. |