]> granicus.if.org Git - vim/commit
patch 9.0.0382: freeing the wrong string on failure v9.0.0382
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 09:47:13 +0000 (10:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 09:47:13 +0000 (10:47 +0100)
commit31ea6bf530a814991f669122dbc9921117a862c3
tree39592c1f3c70d3c2173ad8453a76ea78e97a9e27
parentb40ad4ff148404b1226bea7051278a1c3c79d4f3
patch 9.0.0382: freeing the wrong string on failure

Problem:    Freeing the wrong string on failure.
Solution:   Adjust the argument.  Reorder the code.
src/version.c
src/vim9execute.c