comparison src/version.c @ 3182:e42252611e74 v7.3.361

updated for version 7.3.361 Problem: Accessing memory after it is freed when EXITFREE is defined. Solution: Don't access curwin when firstwin is NULL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 15:40:56 +0100
parents 28480c9006e6
children 074ddc768fea
comparison
equal deleted inserted replaced
3181:33de718326f4 3182:e42252611e74
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 361,
717 /**/ 719 /**/
718 360, 720 360,
719 /**/ 721 /**/
720 359, 722 359,
721 /**/ 723 /**/