mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 19:51:41 +10:00
Problem: Pointer ownership around fname_expand() is unclear.
Solution: Allow b_ffname and b_sfname to point to the same allocated memory,
only free one. Update comments.
3d6014f033