updated for version 7.2-039
diff --git a/src/eval.c b/src/eval.c
index 5573e76..a3edec6 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -856,6 +856,7 @@
 	}
     }
     hash_clear(&vimvarht);
+    hash_init(&vimvarht);  /* garbage_collect() will access it */
     hash_clear(&compat_hashtab);
 
     /* script-local variables */
diff --git a/src/version.c b/src/version.c
index 2ca1104..6467146 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    39,
+/**/
     38,
 /**/
     37,