Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few more leaks on failures #14517

Closed
wants to merge 5 commits into from
Closed

Fix a few more leaks on failures #14517

wants to merge 5 commits into from

Conversation

chrisbra
Copy link
Member

No description provided.

fixes: vim#14486

Signed-off-by: Christian Brabandt <cb@256bit.org>
fixes: vim#14485

Signed-off-by: Christian Brabandt <cb@256bit.org>
fixes: vim#14484

Signed-off-by: Christian Brabandt <cb@256bit.org>
related: vim#14474

Signed-off-by: Christian Brabandt <cb@256bit.org>
fixes: vim#14477
fixes: vim#14238
Signed-off-by: Christian Brabandt <cb@256bit.org>
@chrisbra chrisbra closed this in 29269a7 Apr 16, 2024
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Apr 16, 2024
Problem:  a few memory leaks are found
          (LuMingYinDetect )
Solution: properly free the memory

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

- Memory leak in option.c
  fixes: vim/vim#14485

- Memory leak in f_resolve()
  fixes: vim/vim#14484

- Memory leak in f_autocmd_get()
  related: vim/vim#14474

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

closes: vim/vim#14517

vim/vim@29269a7

Co-authored-by: Christian Brabandt <cb@256bit.org>
zeertzjq added a commit to neovim/neovim that referenced this pull request Apr 16, 2024
Problem:  a few memory leaks are found
          (LuMingYinDetect )
Solution: properly free the memory

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

- Memory leak in option.c
  fixes: vim/vim#14485

- Memory leak in f_resolve()
  fixes: vim/vim#14484

- Memory leak in f_autocmd_get()
  related: vim/vim#14474

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

closes: vim/vim#14517

vim/vim@29269a7

Co-authored-by: Christian Brabandt <cb@256bit.org>
famiu pushed a commit to famiu/neovim that referenced this pull request Apr 18, 2024
Problem:  a few memory leaks are found
          (LuMingYinDetect )
Solution: properly free the memory

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

- Memory leak in option.c
  fixes: vim/vim#14485

- Memory leak in f_resolve()
  fixes: vim/vim#14484

- Memory leak in f_autocmd_get()
  related: vim/vim#14474

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

closes: vim/vim#14517

vim/vim@29269a7

Co-authored-by: Christian Brabandt <cb@256bit.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant