mirror of
https://github.com/neovim/neovim.git
synced 2026-06-25 20:55:30 +00:00
Problem: All functions are freed on exit, which may hide leaks.
Solution: Only free named functions, not reference counted ones.
c257487035