]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0056: memory leak in ex_substitute v9.2.0056
authorHuihui Huang <625173@qq.com>
Wed, 25 Feb 2026 20:10:07 +0000 (20:10 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Feb 2026 20:10:07 +0000 (20:10 +0000)
commit6a239a1905ea26eeb8f39604ab98ff374b2e0cd5
treef44880d047d67d87d617345122c0e36e27f5c571
parent9c3279ddc39da31f3fe9c52d06cb8a9b3a06ca0e
patch 9.2.0056: memory leak in ex_substitute

Problem:  memory leak in ex_substitute
Solution: Free the variable (Huihui Huang)

fixes:  #19501
closes: #19506

Signed-off-by: Huihui Huang <625173@qq.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/version.c