patch 8.0.1080: memory leak for eof_chars terminal option and buffer name

Problem:    Memory leak for eof_chars terminal option and buffer name.
Solution:   Free job options. Free the buffer name
diff --git a/src/version.c b/src/version.c
index 94ba24d..989fe04 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1080,
+/**/
     1079,
 /**/
     1078,