mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
Problem: Memory is leaked in tabline click definitions since
https://github.com/neovim/neovim/pull/21008.
Solution: Add back a call to `stl_clear_click_defs()` that was lost in
the refactor PR.