mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00

Prior to this PR, when freeing event callbacks, UI compositor did not free the luarefs which could cause potential memory leaks. This PR fixes that by freeing the luarefs properly.