updated for version 7.4.040 v7.4.040
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2013 19:00:28 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2013 19:00:28 +0000 (21:00 +0200)
commitcca74134564a99f638a583d79d2cfd3ca393673d
tree88cb0ae3689079f2bb0c3b9e6aa5cef7358c699a
parent2ee95f7d13566ba393ed70bd4401e7164b0cc2f9
updated for version 7.4.040
Problem:    Valgrind error on exit when a script-local variable holds a
            reference to the scope of another script.
Solution:   First clear all variables, then free the scopes. (ZyX)
src/eval.c
src/version.c