Mercurial > vim
comparison src/version.c @ 22343:9f5a84baa464 v8.2.1720
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed
Commit: https://github.com/vim/vim/commit/078269bdce7e75d5693c7313d92a229786bb95ee
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 21 20:35:55 2020 +0200
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed
Problem: Vim9: memory leak with heredoc that isn't executed. (Dominique
Pell?)
Solution: Don't clear the list items. (closes #6991)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 21 Sep 2020 20:45:04 +0200 |
parents | fc3350a38389 |
children | 82192df9f18f |
comparison
equal
deleted
inserted
replaced
22342:2ac192d482a3 | 22343:9f5a84baa464 |
---|---|
748 NULL | 748 NULL |
749 }; | 749 }; |
750 | 750 |
751 static int included_patches[] = | 751 static int included_patches[] = |
752 { /* Add new patch number below this line */ | 752 { /* Add new patch number below this line */ |
753 /**/ | |
754 1720, | |
753 /**/ | 755 /**/ |
754 1719, | 756 1719, |
755 /**/ | 757 /**/ |
756 1718, | 758 1718, |
757 /**/ | 759 /**/ |