comparison src/version.c @ 31331:12c0e0f13585 v9.0.0999

patch 9.0.0999: memory may leak Commit: https://github.com/vim/vim/commit/c0370529c027abc5b1698d53fcfb8c02a0c515da Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 3 13:52:24 2022 +0000 patch 9.0.0999: memory may leak Problem: Memory may leak. Solution: Free the sound callback function name if it was allocated.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Dec 2022 15:00:04 +0100
parents 5c83140aafc9
children bfbcc148da58
comparison
equal deleted inserted replaced
31330:baea2b085d5e 31331:12c0e0f13585
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 999,
698 /**/ 700 /**/
699 998, 701 998,
700 /**/ 702 /**/
701 997, 703 997,
702 /**/ 704 /**/