diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-05 10:45:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-05 10:51:24 -0500 |
commit | f5fdfe4e16b7da761d918f40bb82dad52513c9ff (patch) | |
tree | f7e3e22790db7532672e73fddabfaa18ffc891c0 /tests/meson.build | |
parent | c1254259233dc9916cf1983d8e51d5441a0ab617 (diff) | |
download | pango-f5fdfe4e16b7da761d918f40bb82dad52513c9ff.tar.gz |
Fix a crash in tab handlingtab-crash-fix
When we uninsert the current tab run, we need to reset
our tab state to prevent last_tab->glyphs to become a
dangling pointer.
Test included.
Fixes: #634
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 2658f0a2..2acf0def 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -118,6 +118,7 @@ installed_test_layouts_data = [ 'layouts/valid-20.layout', 'layouts/valid-21.layout', 'layouts/valid-22.layout', + 'layouts/tab-crash.layout', ] test_markups_data = [ |