Skip to content

Fix a crash in tab handling

Matthias Clasen requested to merge tab-crash-fix into main

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 (closed)

Merge request reports