Mercurial > vim
comparison src/version.c @ 22178:6666ace75ef5 v8.2.1638
patch 8.2.1638: leaking memory when popup filter function can't be called
Commit: https://github.com/vim/vim/commit/8e9be208ea58149c4e522166a6194da18a2eced7
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 8 22:55:26 2020 +0200
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 08 Sep 2020 23:00:04 +0200 |
parents | 6941d3205be9 |
children | 786ca9e1dc9a |
comparison
equal
deleted
inserted
replaced
22177:ac6d1eecb47d | 22178:6666ace75ef5 |
---|---|
752 NULL | 752 NULL |
753 }; | 753 }; |
754 | 754 |
755 static int included_patches[] = | 755 static int included_patches[] = |
756 { /* Add new patch number below this line */ | 756 { /* Add new patch number below this line */ |
757 /**/ | |
758 1638, | |
757 /**/ | 759 /**/ |
758 1637, | 760 1637, |
759 /**/ | 761 /**/ |
760 1636, | 762 1636, |
761 /**/ | 763 /**/ |