patch 7.4.2359
Problem:    Memory leak in timer_start().
Solution:   Check the right field to be NULL.
diff --git a/src/version.c b/src/version.c
index 0767d4a..65757ab 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2359,
+/**/
     2358,
 /**/
     2357,