Files
neovim/src
zeertzjq 51af2797c2 vim-patch:9.1.1734: Memory leak when allocating match fails (#35646)
Problem:  Memory leak when allocating match fails
Solution: Initialize m to NULL and centralize cleanup via goto fail to
          avoid leaks on early returns (Damien Lejay)

closes: vim/vim#18204

37e7728294

Co-authored-by: Damien Lejay <damien@lejay.be>
2025-09-06 08:03:57 +08:00
..
2025-09-04 00:11:52 -04:00
2023-11-05 20:19:06 +01:00
2025-08-02 15:58:11 -07:00