]> granicus.if.org Git - vim/commit
patch 8.1.0694: when using text props may free memory that is not allocated v8.1.0694
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Jan 2019 11:54:55 +0000 (12:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Jan 2019 11:54:55 +0000 (12:54 +0100)
commit4614f53e0f853b513963d1a639398348a571ecf1
tree3d9172faf423bff164f5cad88c39b6cb0e9f7af6
parentf780b8a1c1aefb0c4b4866e50080594e3f7f16cb
patch 8.1.0694: when using text props may free memory that is not allocated

Problem:    When using text props may free memory that is not allocated.
            (Andy Massimino)
Solution:   Allocate the line when adjusting text props. (closes #3766)
src/textprop.c
src/version.c