comparison src/version.c @ 24343:7735cbff607d v8.2.2712

patch 8.2.2712: memory leak when adding to a blob fails Commit: https://github.com/vim/vim/commit/f2dd9cb9958962302d33fab8fe6439645a2d1e1b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 4 21:55:23 2021 +0200 patch 8.2.2712: memory leak when adding to a blob fails Problem: Memory leak when adding to a blob fails. Solution: Clear the second typval before returning.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Apr 2021 22:00:04 +0200
parents 0e1b8b98f9f4
children eab30779c97c
comparison
equal deleted inserted replaced
24342:e538d7d1cdd6 24343:7735cbff607d
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 2712,
753 /**/ 755 /**/
754 2711, 756 2711,
755 /**/ 757 /**/
756 2710, 758 2710,
757 /**/ 759 /**/