]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0341: Problem: a few memory leaks are found v9.1.0341
authorChristian Brabandt <cb@256bit.org>
Tue, 16 Apr 2024 20:44:31 +0000 (22:44 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 16 Apr 2024 20:44:31 +0000 (22:44 +0200)
commit29269a71b5ac8a87c6c4beca35c173a19a2c9398
tree64da5504c5544f9d9e0ead921246bc0ad7caef0c
parentf7d31adcc22eae852d6e7a5b59e9755ba7b51d35
patch 9.1.0341: Problem: a few memory leaks are found

Problem:  a few memory leaks are found
          (LuMingYinDetect )
Solution: properly free the memory

Fixes the following problems:
- Memory leak in f_maplist()
  fixes: #14486

- Memory leak in option.c
  fixes: #14485

- Memory leak in f_resolve()
  fixes: #14484

- Memory leak in f_autocmd_get()
  related: #14474

- Memory leak in dict_extend_func()
  fixes: #14477
  fixes: #14238

closes: #14517

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/autocmd.c
src/dict.c
src/filepath.c
src/map.c
src/option.c
src/testdir/test_listdict.vim
src/version.c