commit | 31ea6bf530a814991f669122dbc9921117a862c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 10:47:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 10:47:13 2022 +0100 |
tree | 39592c1f3c70d3c2173ad8453a76ea78e97a9e27 | |
parent | b40ad4ff148404b1226bea7051278a1c3c79d4f3 [diff] [blame] |
patch 9.0.0382: freeing the wrong string on failure Problem: Freeing the wrong string on failure. Solution: Adjust the argument. Reorder the code.
diff --git a/src/version.c b/src/version.c index 021694b..5961413 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 382, +/**/ 381, /**/ 380,