]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-116 v7.2.116
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Feb 2009 21:58:24 +0000 (21:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Feb 2009 21:58:24 +0000 (21:58 +0000)
src/tag.c
src/version.c

index 8c36ec3fb8d188b25dd50ee30b51b1d2e5989828..a98c6cb881ae34d29b419a334c4bdd357795fea9 100644 (file)
--- a/src/tag.c
+++ b/src/tag.c
@@ -2542,6 +2542,15 @@ free_tag_stuff()
 {
     ga_clear_strings(&tag_fnames);
     do_tag(NULL, DT_FREE, 0, 0, 0);
+    tag_freematch();
+
+# if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
+    if (ptag_entry.tagname)
+    {
+        vim_free(ptag_entry.tagname);
+        ptag_entry.tagname = NULL;
+    }
+# endif
 }
 #endif
 
index 7970cf20550196190861e7aa4abac8cfcba4f814..86b7fb22722da848b82a212847436ade80a227fa 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    116,
 /**/
     115,
 /**/