diff src/version.c @ 2786:5f45bacf31ef v7.3.169

updated for version 7.3.169 Problem: Freeing memory already freed, warning from static code analyzer. Solution: Initialize pointers to NULL, correct use of "mustfree". (partly by Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 17:48:44 +0200
parents 930b171ce3fc
children 64c3402df964
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    169,
+/**/
     168,
 /**/
     167,