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)
 	{