diff src/version.c @ 18960:34aa888bf5ad v8.2.0041

patch 8.2.0041: leaking memory when selecting spell suggestion Commit: https://github.com/vim/vim/commit/6c52f8237199ea09abbecdc5b89847c5889c3de1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 25 14:13:03 2019 +0100 patch 8.2.0041: leaking memory when selecting spell suggestion Problem: Leaking memory when selecting spell suggestion. Solution: Free previous value at the right time.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Dec 2019 14:15:03 +0100
parents 81a7d27a9e8e
children af44ca0ddf49
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    41,
+/**/
     40,
 /**/
     39,