Re: Patch 7.4.1322

2016-02-16 Fir de Conversatie Bram Moolenaar
Christian J. Robinson wrote: > On Mon, 15 Feb 2016, Bram Moolenaar wrote: > > > Christian J. Robinson wrote: > > > >> On Mon, 15 Feb 2016, Bram Moolenaar wrote: > >> > >>> Patch 7.4.1322 > >>> Problem:Crash when unletting the va

Re: Patch 7.4.1322

2016-02-15 Fir de Conversatie Christian J. Robinson
On Mon, 15 Feb 2016, Bram Moolenaar wrote: Christian J. Robinson wrote: On Mon, 15 Feb 2016, Bram Moolenaar wrote: Patch 7.4.1322 Problem:Crash when unletting the variable that holds the channel in a callback function. (Christian Robinson) Solution: Increase the reference

Re: Patch 7.4.1322

2016-02-15 Fir de Conversatie Bram Moolenaar
Christian J. Robinson wrote: > On Mon, 15 Feb 2016, Bram Moolenaar wrote: > > > Patch 7.4.1322 > > Problem:Crash when unletting the variable that holds the channel in a > >callback function. (Christian Robinson) > > Solution: Increase the refe

Re: Patch 7.4.1322

2016-02-15 Fir de Conversatie Christian J. Robinson
On Mon, 15 Feb 2016, Bram Moolenaar wrote: Patch 7.4.1322 Problem:Crash when unletting the variable that holds the channel in a callback function. (Christian Robinson) Solution: Increase the reference count while invoking the callback. Files: src/eval.c, src/channel.c

Patch 7.4.1322

2016-02-15 Fir de Conversatie Bram Moolenaar
Patch 7.4.1322 Problem:Crash when unletting the variable that holds the channel in a callback function. (Christian Robinson) Solution: Increase the reference count while invoking the callback. Files: src/eval.c, src/channel.c, src/proto/eval.pro, src/testdir