comparison src/version.c @ 30154:9137d2bc93bf v9.0.0413

patch 9.0.0413: ASAN reports a memory leak Commit: https://github.com/vim/vim/commit/b0d12e63e8c763ce940dc4c162111fedde2507ef Author: K.Takata <kentkt@csc.jp> Date: Thu Sep 8 10:55:38 2022 +0100 patch 9.0.0413: ASAN reports a memory leak Problem: ASAN reports a memory leak. Solution: Free the string received from the server. (Ken Takata, closes #11080)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Sep 2022 12:00:05 +0200
parents 1e6d387bd51f
children d58331e0f14a
comparison
equal deleted inserted replaced
30153:d501a55cb205 30154:9137d2bc93bf
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 413,
706 /**/ 708 /**/
707 412, 709 412,
708 /**/ 710 /**/
709 411, 711 411,
710 /**/ 712 /**/