commit | 33e543038b84af7557ab9ecff500fc4ab98dd2a3 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Dec 19 16:49:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 19 16:49:27 2022 +0000 |
tree | f5c5f4defc5032685baf35de460e93963f834b8d | |
parent | 07146ad1d33ba0d36b324873e5c461931e6b025e [diff] [blame] |
patch 9.0.1079: leaking memory when defining a user command fails Problem: Leaking memory when defining a user command fails. Solution: Free "compl_arg" when needed. (closes #11726)
diff --git a/src/version.c b/src/version.c index 1ce4042..401d78b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1079, +/**/ 1078, /**/ 1077,