commit | 55008aad50601cae079037fda8fb434cde70c0f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 20:21:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 20:21:56 2019 +0200 |
tree | b8e744780c940f547b45228ce787c08a465e8495 | |
parent | a1449836334355b1fb00cd1bf083e7d353f6c4d7 [diff] [blame] |
patch 8.1.1962: leaking memory when using tagfunc() Problem: Leaking memory when using tagfunc(). Solution: Free the user_data. (Dominique Pelle, closes #4886)
diff --git a/src/version.c b/src/version.c index 6b30e7c..7fd13b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1962, +/**/ 1961, /**/ 1960,