patch 7.4.2083 v7.4.2083
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Jul 2016 20:11:06 +0000 (22:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Jul 2016 20:11:06 +0000 (22:11 +0200)
commit19df5cc04de93519145901d9cbc78c44d0c47c5d
tree5290dd9e2e1c09cd992112f2812a91abffbf7b50
parent397eadbe25370394e0dc3cb18766533a15b8d1c0
patch 7.4.2083
Problem:    Coverity complains about not restoring a value.
Solution:   Restore the value, although it's not really needed.  Change return
            to jump to cleanup, might leak memory.
src/userfunc.c
src/version.c