diff options
Diffstat (limited to 'src/filepath.c')
-rw-r--r-- | src/filepath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filepath.c b/src/filepath.c index cbf2da4..3bf8a2d 100644 --- a/src/filepath.c +++ b/src/filepath.c @@ -2110,6 +2110,7 @@ f_resolve(typval_T *argvars, typval_T *rettv) if (buf == NULL) { vim_free(p); + vim_free(remain); goto fail; } |