]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1749: leaking memory in cs_find_common() v9.1.1749
authorChristian Brabandt <cb@256bit.org>
Wed, 10 Sep 2025 07:59:38 +0000 (03:59 -0400)
committerChristian Brabandt <cb@256bit.org>
Wed, 10 Sep 2025 07:59:38 +0000 (03:59 -0400)
commitf6659f6e610efe879225f894c19deaa5c91f6b37
treecd8a17b7a544781abe87d1d235a49b78d2edcc01
parent4bf0f6c1df70447156855dcaadbdab889bf99bb6
patch 9.1.1749: leaking memory in cs_find_common()

Problem:  leaking memory in cs_find_common()
          (after v9.1.1746)
Solution: Also free nummatches before returning

closes: #18258

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/if_cscope.c
src/version.c