Files
neovim/src
Volodymyr Chernetskyi 6112d4a674 fix(fuzzy): fuzmatch_str_free() frees the wrong element #41691
Problem:
The loop frees `fuzmatch[count].str` on every iteration instead of
`fuzmatch[i].str`.

The function has no callers in Nvim, so there is no impact today. The
indexing is a slip from the port; Vim's implementation is correct.

Solution:
Index with the loop variable, as Vim does.

AI-assisted
2026-09-04 09:42:09 -04:00
..
2026-09-03 19:17:25 +01:00
2026-08-30 10:53:36 +02:00
2023-11-05 20:19:06 +01:00
2025-08-02 15:58:11 -07:00
2026-08-30 10:53:36 +02:00
2026-06-28 19:01:24 -04:00