commit | 6e9695525e212466398a269a54bc4d53625673f0 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Thu Jun 17 13:53:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 13:53:41 2021 +0200 |
tree | e1e064659e9066b18c21b292e0464d1fc5c89411 | |
parent | 4cea536bdf48df459e7ad651dfee006844bbf2c0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2dff11c..99c086f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3014, +/**/ 3013, /**/ 3012,