comparison 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
comparison
equal deleted inserted replaced
18959:81a7d27a9e8e 18960:34aa888bf5ad
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 41,
745 /**/ 747 /**/
746 40, 748 40,
747 /**/ 749 /**/
748 39, 750 39,
749 /**/ 751 /**/