Patch 7.2.070
commit4706b1fe9b1053f3d8c3c2f477d6570eb3473966
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 22 Dec 2008 04:59:55 +0000 (22 04:59 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 22 Dec 2008 04:59:55 +0000 (22 04:59 +0000)
treeef7e06a46abb2b019452e8c5b752950d9cf9dc98
parentd41dfbdeae44848a72a295941db1ab1236a94cac
Patch 7.2.070
Problem:    Crash when a function returns a:000. (Matt Wozkiski)
Solution:   Don't put the function struct on the stack, allocate it.  Free it
            only when nothing in it is used.
Files:      src/eval.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2@1297 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/eval.c
src/version.c