[gtk+] TextView—Plug a memory leak
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] TextView—Plug a memory leak
- Date: Wed, 22 Feb 2017 21:34:33 +0000 (UTC)
commit 2c9c871c5f1200b8bfd63341c53af75fc1b8570b
Author: Daniel Boles <dboles src gnome org>
Date: Wed Feb 22 21:24:45 2017 +0000
TextView—Plug a memory leak
Thanks to Nelson Benitez for pointing this out.
https://bugzilla.gnome.org/show_bug.cgi?id=136059
gtk/gtktextview.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 1ab5f47..1e93738 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -6351,6 +6351,8 @@ iter_line_is_rtl (GtkTextIter *iter, GtkTextLayout *layout)
const gchar *text = pango_layout_get_text (display->layout);
PangoDirection pango_dir = pango_find_base_dir (text, -1);
+ gtk_text_layout_free_line_display (layout, display);
+
return pango_dir == PANGO_DIRECTION_RTL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]