comparison src/version.c @ 24737:e97a14604f65 v8.2.2907

patch 8.2.2907: memory leak when running out of memory Commit: https://github.com/vim/vim/commit/28cf44f761a7bf261bcd0760a1c5f61070f69595 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat May 29 22:34:19 2021 +0200 patch 8.2.2907: memory leak when running out of memory Problem: Memory leak when running out of memory. Solution: Free the allocated memory. (Dominique Pell?, closes https://github.com/vim/vim/issues/8284)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 May 2021 22:45:02 +0200
parents e5beb841778d
children 68e3adbeaf20
comparison
equal deleted inserted replaced
24736:0787d011aa20 24737:e97a14604f65
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2907,
753 /**/ 755 /**/
754 2906, 756 2906,
755 /**/ 757 /**/
756 2905, 758 2905,
757 /**/ 759 /**/