We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a144983 commit 55008aaCopy full SHA for 55008aa
2 files changed
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1962,
766
/**/
767
1961,
768
src/window.c
@@ -4892,8 +4892,10 @@ win_free(
4892
win_free_lsize(wp);
4893
4894
for (i = 0; i < wp->w_tagstacklen; ++i)
4895
+ {
4896
vim_free(wp->w_tagstack[i].tagname);
-
4897
+ vim_free(wp->w_tagstack[i].user_data);
4898
+ }
4899
vim_free(wp->w_localdir);
4900
4901
/* Remove the window from the b_wininfo lists, it may happen that the
0 commit comments