]> granicus.if.org Git - vim/commit
patch 8.2.3014: Coverity warns for freeing static string v8.2.3014
authorDominique Pelle <dominique.pelle@gmail.com>
Thu, 17 Jun 2021 11:53:41 +0000 (13:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Jun 2021 11:53:41 +0000 (13:53 +0200)
commit6e9695525e212466398a269a54bc4d53625673f0
treee1e064659e9066b18c21b292e0464d1fc5c89411
parent4cea536bdf48df459e7ad651dfee006844bbf2c0
patch 8.2.3014: Coverity warns for freeing static string

Problem:    Coverity warns for freeing static string.
Solution:   Do not assign static string to pointer. (Dominique PellĂ©,
            closes #8397)
src/version.c
src/vim9execute.c