updated for version 7.2-155
diff --git a/src/eval.c b/src/eval.c
index 89a77f8..1c4f60e 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -19720,6 +19720,7 @@
 			    list_func_head(fp, FALSE);
 		    }
 		}
+		vim_free(regmatch.regprog);
 	    }
 	}
 	if (*p == '/')
diff --git a/src/version.c b/src/version.c
index 7e380eb..07ea2cf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    155,
+/**/
     154,
 /**/
     153,