Problem: Memory leak in qf_push_dir() (after v9.2.0091)
Problem: free dirname, if it is not a directory.
https://github.com/vim/vim/pull/19552
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Sorry for adding this memory leak.
I think line 2840 (vim_free((*stackptr)->dirname);) can be removed as well. It is not needed.
Cheers
John
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()