comparison src/version.c @ 20468:6a25d5086e1d v8.2.0788

patch 8.2.0788: memory leak in libvterm Commit: https://github.com/vim/vim/commit/deb17451edd65e2af1d155bce0886e856a716591 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 23:34:42 2020 +0200 patch 8.2.0788: memory leak in libvterm Problem: Memory leak in libvterm. Solution: free tmpbuffer.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 23:45:04 +0200
parents 3bd0d7cfddc9
children fafa48fd3461
comparison
equal deleted inserted replaced
20467:d2d2b97ec133 20468:6a25d5086e1d
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 788,
749 /**/ 751 /**/
750 787, 752 787,
751 /**/ 753 /**/
752 786, 754 786,
753 /**/ 755 /**/