Files
neovim/test/functional/api
luukvbaal da3460562e fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#21845)
Problem:    Allocated click function memory is lost due to
            `nvim_eval_statusline()` not passing in a `StlClickRecord`.
Solution:   Do not allocate click function memory if `tabtab == NULL`.

Resolve #21764, supersede #21842.
2023-01-17 07:31:36 +08:00
..
2022-09-30 09:53:52 +02:00
2022-11-02 21:45:26 +08:00
2022-11-29 09:45:48 +08:00