]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0268: memory leak in call_oc_method() v9.2.0268
authorHuihui Huang <625173@qq.com>
Sun, 29 Mar 2026 13:56:42 +0000 (13:56 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Mar 2026 13:56:42 +0000 (13:56 +0000)
commit30bac359dc50f7a1a710ddfa08d3f7e8849cb3dc
tree1fc17a3c393e6ce15be94953f0c4a2036968847a
parent466b5f531a9818d4fa834126d64e8b771e4a497f
patch 9.2.0268: memory leak in call_oc_method()

Problem:  memory leak in call_oc_method()
Solution: Clean up argvars in the failure case
          (Huihui Huang)

closes: #19828

Signed-off-by: Huihui Huang <625173@qq.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c
src/vim9class.c