commit | 98aeb2100c2759111f93f0f0857e93d98afdc88a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 22:09:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 22:09:14 2022 +0000 |
tree | e37c6f527026f5d64d594ddbd784bf4ef34178ea | |
parent | 3f8f82772313af9f2417b06651f30988b63e1c96 [diff] [blame] |
patch 9.0.1037: lalloc(0) error for a class without members Problem: lalloc(0) error for a class without members. Solution: Don't allocate room for members if there aren't any. Don't create the class if there was an error.
diff --git a/src/version.c b/src/version.c index 9c162fb..a39bdba 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1037, +/**/ 1036, /**/ 1035,