diff options
author | Behdad Esfahbod <pango@behdad.org> | 2005-07-26 13:24:49 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-07-26 13:24:49 +0000 |
commit | 9becb82a86006707570aa3783cf396afb3d122f5 (patch) | |
tree | f3ac548aef12b6d9037c30a4d53f8ea0d5d8e793 | |
parent | 8cefdbcfb000191a8d8a506576b1d94d98f6f00d (diff) | |
download | pango-9becb82a86006707570aa3783cf396afb3d122f5.tar.gz |
Fixed a couple of leaks and freed memory after use.
2005-07-26 Behdad Esfahbod <pango@behdad.org>
* examples/cairoview.c, examples/pangoft2topgm.c,
examples/renderdemo.c, examples/renderdemo.h: Fixed a couple of leaks
and freed memory after use.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 6 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-07-26 Behdad Esfahbod <pango@behdad.org> + + * examples/cairoview.c, examples/pangoft2topgm.c, + examples/renderdemo.c, examples/renderdemo.h: Fixed a couple of leaks + and freed memory after use. + 2005-07-25 Owen Taylor <otaylor@redhat.com> * pango/pangocairo-fcfont.c (pango_cairo_fc_font_install): Set diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index ddfaa9ac..728df01d 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,9 @@ +2005-07-26 Behdad Esfahbod <pango@behdad.org> + + * examples/cairoview.c, examples/pangoft2topgm.c, + examples/renderdemo.c, examples/renderdemo.h: Fixed a couple of leaks + and freed memory after use. + 2005-07-25 Owen Taylor <otaylor@redhat.com> * pango/pangocairo-fcfont.c (pango_cairo_fc_font_install): Set |