mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00

Problem: All functions are freed on exit, which may hide leaks.
Solution: Only free named functions, not reference counted ones.
c257487035