diff --git a/src/os_win32.c b/src/os_win32.c index 52573fe621..60c04632cb 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -3532,7 +3532,10 @@ mch_get_acl(char_u *fname) wn = enc_to_utf16(fname, NULL); if (wn == NULL) + { + vim_free(p); return NULL; + } // Try to retrieve the entire security descriptor. err = GetNamedSecurityInfoW( diff --git a/src/version.c b/src/version.c index 06fa4d041c..872c25a9b1 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1975, /**/ 1974, /**/