comparison src/version.c @ 15820:bd75c9df2a14 v8.1.0917

patch 8.1.0917: double free when running out of memory commit https://github.com/vim/vim/commit/445e71c5ee06015064cf0642cac8190cfe8fbc59 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 14 13:43:36 2019 +0100 patch 8.1.0917: double free when running out of memory Problem: Double free when running out of memory. Solution: Remove one free. (Ken Takata, closes https://github.com/vim/vim/issues/3955)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Feb 2019 13:45:13 +0100
parents 89486329d9e6
children 9745c25da3bc
comparison
equal deleted inserted replaced
15819:806c95deeb61 15820:bd75c9df2a14
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 917,
786 /**/ 788 /**/
787 916, 789 916,
788 /**/ 790 /**/
789 915, 791 915,
790 /**/ 792 /**/