commit | 821d771e86dcfc64491b2619f799ac977fc32630 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 16:30:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 16:30:00 2019 +0200 |
tree | 0a07fea834bbef934f6171db4c350bb8f3242c23 | |
parent | 8d71b54409ca6cf989dfb7d7fe265768fb7fe062 [diff] [blame] |
patch 8.1.1944: leaking memory when using sound callback Problem: Leaking memory when using sound callback. Solution: src/sound.c
diff --git a/src/version.c b/src/version.c index 4f0018f..71901c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1944, +/**/ 1943, /**/ 1942,