commit | 121932191b397859832c3585cb1a17a7c041ac01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 09 16:22:01 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 09 16:22:01 2008 +0000 |
tree | b7926e16bad7900c945d2aee623bddf71317cf29 | |
parent | d812df63003c86880c97057cfb17e3db2059a56f [diff] [blame] |
updated for version 7.2-032
diff --git a/src/eval.c b/src/eval.c index e455cb8..5573e76 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -846,8 +846,8 @@ p = &vimvars[i]; if (p->vv_di.di_tv.v_type == VAR_STRING) { - vim_free(p->vv_string); - p->vv_string = NULL; + vim_free(p->vv_str); + p->vv_str = NULL; } else if (p->vv_di.di_tv.v_type == VAR_LIST) {