diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-08-06 00:35:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-08-06 00:35:11 +0800 |
commit | 3bb530e15f6b8afcfb403b8f70c2acabcaccdc37 (patch) | |
tree | c78a8b1a15839d95069af35f1a6e45394da4d0c4 /ChangeLog | |
parent | 49bf5d7f6eb779c0a69a0c04a66b9ae62d278a69 (diff) | |
download | gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.tar gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.tar.gz gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.tar.bz2 gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.tar.lz gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.tar.xz gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.tar.zst gsoc2013-epiphany-3bb530e15f6b8afcfb403b8f70c2acabcaccdc37.zip |
Fix mem leaks.
2003-08-04 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml):
* lib/egg/eggtoolbar.c: (egg_toolbar_finalize):
Fix mem leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-08-04 Christian Persch <chpe@cvs.gnome.org> + * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml): + * lib/egg/eggtoolbar.c: (egg_toolbar_finalize): + + Fix mem leaks. + +2003-08-04 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-arrow-toolbutton.c: Correct ref-counting. |