diff --git a/src/os_unix.c b/src/os_unix.c index 8aeca951c7..3bd2942cae 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -9778,6 +9778,7 @@ socket_server_send_reply(char_u *client, char_u *str) socket_server_write(socket_fd, final, sz, 1000) == FAIL) { socket_server_free_cmd(&cmd); + vim_free(final); close(socket_fd); return FAIL; } diff --git a/src/version.c b/src/version.c index 7d7c7e4dc9..4d12e98c63 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 134, /**/ 133, /**/