diff options
Diffstat (limited to 'src/userfunc.c')
-rw-r--r-- | src/userfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userfunc.c b/src/userfunc.c index 081bac19a..8d82beb7e 100644 --- a/src/userfunc.c +++ b/src/userfunc.c @@ -2511,7 +2511,7 @@ copy_func(char_u *lambda, char_u *global, ectx_T *ectx) goto failed; if (fill_partial_and_closure(pt, ufunc, ectx) == FAIL) { - vim_free(pt); + vim_free(pt); goto failed; } ufunc->uf_partial = pt; |