commit | bc42c1e4273e723439e10d7da39e3ea6f63434d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 28 22:06:46 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 28 22:06:46 2010 +0200 |
tree | 849d23b5cb798c95d00e17718f8d63f723c3f343 | |
parent | 04fa5427b80b17f4d26f75b24668999b4c322f5b [diff] |
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)