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

Commits on Apr 11, 2024

  1. Memory leak in f_maplist()

    fixes: vim#14486
    
    Signed-off-by: Christian Brabandt <cb@256bit.org>
    chrisbra committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5a41a6b View commit details
    Browse the repository at this point in the history
  2. Memory leak in option.c

    fixes: vim#14485
    
    Signed-off-by: Christian Brabandt <cb@256bit.org>
    chrisbra committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1481775 View commit details
    Browse the repository at this point in the history
  3. Memory leak in f_resolve()

    fixes: vim#14484
    
    Signed-off-by: Christian Brabandt <cb@256bit.org>
    chrisbra committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a467c78 View commit details
    Browse the repository at this point in the history
  4. memory_leak in f_autocmd_get()

    related: vim#14474
    
    Signed-off-by: Christian Brabandt <cb@256bit.org>
    chrisbra committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    93dd6d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Memory leak in dict_extend_func()

    fixes: vim#14477
    fixes: vim#14238
    Signed-off-by: Christian Brabandt <cb@256bit.org>
    chrisbra committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8573d70 View commit details
    Browse the repository at this point in the history