updated for version 7.2.440 v7.2.440
authorBram Moolenaar <Bram@vim.org>
Fri, 28 May 2010 20:06:46 +0000 (22:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 May 2010 20:06:46 +0000 (22:06 +0200)
commit97bc5a52c9ee2c0dc28f71cd519b667724cbf1db
treee6d6e311df2f55e7958c49fa56ed806dc9a019a4
parent5d4c25b3351f920583c6f821269f9355ba44290b
updated for version 7.2.440
Problem:    Calling a function through a funcref, where the function deletes
            the funcref, leads to an invalid memory access.
Solution:   Make a copy of the function name. (Lech Lorens)
src/eval.c
src/testdir/test34.in
src/testdir/test34.ok
src/version.c