comparison src/version.c @ 30441:b1617545fcdf v9.0.0556

patch 9.0.0556: leaking memory with nested functions Commit: https://github.com/vim/vim/commit/86fb3f8b99d155fe6bcbb553b5596c3e9fd570a9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 23 13:27:57 2022 +0100 patch 9.0.0556: leaking memory with nested functions Problem: Leaking memory with nested functions. Solution: Free saved pointer.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 14:30:03 +0200
parents e3091fc473a1
children 54e36d01847b
comparison
equal deleted inserted replaced
30440:d03093a04b9a 30441:b1617545fcdf
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 556,
702 /**/ 704 /**/
703 555, 705 555,
704 /**/ 706 /**/
705 554, 707 554,
706 /**/ 708 /**/