summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-20 15:38:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-20 15:38:41 +0000
commit52dd93c40040b19859e202f7addd14cb02141de0 (patch)
tree7824c76551ee384cfd33202ec37e33e49e4ffcf7 /gdk/gdkpango.c
parent483fca5e508bd5d98d8eb71504ba9e5a0a513c23 (diff)
downloadgtk+-52dd93c40040b19859e202f7addd14cb02141de0.tar.gz
Add a missing pango_layout_iter_free ().
Thu Sep 20 11:19:42 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add a missing pango_layout_iter_free ().
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r--gdk/gdkpango.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index 9611cca7d8..5c355b3435 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -716,6 +716,8 @@ gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line,
pango_layout_iter_get_line_extents (iter, NULL, &logical_rect);
baseline = pango_layout_iter_get_baseline (iter);
+ pango_layout_iter_free (iter);
+
i = 0;
while (i < n_ranges)
{