Files
neovim/test/functional
Volodymyr Chernetskyi 6386e29636 fix(api): leaked error message in nvim_eval_statusline() #41690
Problem:
`find_window_by_handle()` returns NULL only after `VALIDATE_INT` has
already set `err`, so the `api_set_error()` that followed allocated a
second message over the first pointer and leaked it.

Solution:
Drop the redundant call and keep the helper's message, which is already
set and better worded.

AI-assisted
2026-09-04 12:37:25 -04:00
..
2026-09-01 15:17:22 +00:00
2026-09-03 19:17:25 +01:00
2026-08-07 19:54:29 -04:00