commit | 464393a6961d9b9de2bfe9c05f8e2ae5bdec0293 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 11 23:07:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 11 23:07:44 2021 +0200 |
tree | 1b130816e331e9fc087db460e19aa99de55fd797 | |
parent | 35a9a00afcb20897d462a766793ff45534810dc3 [diff] [blame] |
patch 8.2.3429: leaking memory when assigning to list or dict Problem: Leaking memory when assigning to list or dict. Solution: Free the list or dict type before overwriting it.
diff --git a/src/version.c b/src/version.c index 2d6f6c7..d10f8aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3429, +/**/ 3428, /**/ 3427,