patch 9.1.1035: Vim9: memory leak with blob2str()
Problem: Vim9: memory leak with blob2str()
Solution: free converted_str (Yegappan Lakshmanan)
closes: #16481
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c
index ba41159..260f9b5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1035,
+/**/
1034,
/**/
1033,