commit | 8e9be208ea58149c4e522166a6194da18a2eced7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 22:55:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 22:55:26 2020 +0200 |
tree | 7892f3d7a6dd6f1dc08bf7a108e2b44ad5e5236d | |
parent | c3516f7e4507c77424b94cb89071f6d0841f4e6a [diff] [blame] |
patch 8.2.1638: leaking memory when popup filter function can't be called Problem: Leaking memory when popup filter function can't be called. Solution: Don't return too soon.
diff --git a/src/version.c b/src/version.c index bad23c5..b9207f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1638, +/**/ 1637, /**/ 1636,