commit | 4b6a6dcbe7bd13170c4884cc17acb1eac2c633d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 22:49:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 22:49:49 2016 +0100 |
tree | 9d02e26cd34ab973630872b8953d23d0fcb67a54 | |
parent | a8343c1808f2f268282f3030ce4adaf22e8ade54 [diff] [blame] |
patch 7.4.1261 Problem: Pending channel messages are garbage collected. Leaking memory in ch_sendexpr(). Leaking memory for a decoded JSON string. Solution: Mark the message list as used. Free the encoded JSON. Don't save the JSON string.
diff --git a/src/version.c b/src/version.c index 8611d49..1fbc721 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1261, +/**/ 1260, /**/ 1259,