commit | 114ec813b3a7f70d7a1c86e87226f5273e9d1def | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Sun Jun 04 18:11:35 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 18:11:35 2023 +0100 |
tree | e877a6d701e99ca73a2843264fda8b2043281e09 | |
parent | abc8130d6a680026ffb2cc36b74d239e88f775d6 [diff] [blame] |
patch 9.0.1605: crash when calling method on super in child constructor Problem: Crash when calling method on super in child constructor. (Israel Chauca Fuentes) Solution: Clear the type list. (Ernie Rael, closes #12489, closes #12471)
diff --git a/src/version.c b/src/version.c index c9a4feb..335e3bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1605, +/**/ 1604, /**/ 1603,