comparison src/version.c @ 14865:ad5b977b5ad1 v8.1.0444

patch 8.1.0444: unnecessary check for NULL pointer commit https://github.com/vim/vim/commit/54ade9f7e3b5cfd582aee03591a2b0884b9a96ab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 14:15:12 2018 +0200 patch 8.1.0444: unnecessary check for NULL pointer Problem: Unnecessary check for NULL pointer. Solution: Remove check and call vim_free() directly.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 14:30:07 +0200
parents 27b9a84395b5
children cf4d6489c9eb
comparison
equal deleted inserted replaced
14864:40ef13331e02 14865:ad5b977b5ad1
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 444,
795 /**/ 797 /**/
796 443, 798 443,
797 /**/ 799 /**/
798 442, 800 442,
799 /**/ 801 /**/