updated for version 7.1-115
diff --git a/src/eval.c b/src/eval.c
index e5182a9..3e208c5 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -6704,7 +6704,7 @@
     dict_T	*d = NULL;
     typval_T	tvkey;
     typval_T	tv;
-    char_u	*key;
+    char_u	*key = NULL;
     dictitem_T	*item;
     char_u	*start = skipwhite(*arg + 1);
     char_u	buf[NUMBUFLEN];
diff --git a/src/version.c b/src/version.c
index 6f78aa2..c8ee70a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    115,
+/**/
     114,
 /**/
     113,