comparison src/version.c @ 24986:fa31a0ea09e1 v8.2.3030

patch 8.2.3030: Coverity reports a memory leak Commit: https://github.com/vim/vim/commit/cb54bc65625abad9a0af501acac5c70fba17e2cc Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon Jun 21 20:15:37 2021 +0200 patch 8.2.3030: Coverity reports a memory leak Problem: Coverity reports a memory leak. Solution: Fix the leak and a few typos. (Dominique Pell?, closes https://github.com/vim/vim/issues/8418)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Jun 2021 20:30:04 +0200
parents 71b1e2ef0069
children 494112d2aa93
comparison
equal deleted inserted replaced
24985:a6816d5be1ac 24986:fa31a0ea09e1
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3030,
758 /**/ 760 /**/
759 3029, 761 3029,
760 /**/ 762 /**/
761 3028, 763 3028,
762 /**/ 764 /**/