commit | 4614f53e0f853b513963d1a639398348a571ecf1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 06 12:54:55 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 06 12:54:55 2019 +0100 |
tree | 3d9172faf423bff164f5cad88c39b6cb0e9f7af6 | |
parent | f780b8a1c1aefb0c4b4866e50080594e3f7f16cb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7d3a5f6..3450325 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 694, +/**/ 693, /**/ 692,