1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-02-04 22:49:49 +01:00
parent a8343c1808
commit 4b6a6dcbe7
5 changed files with 34 additions and 4 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1261,
/**/
1260,
/**/