Patch 7.2.005
commit9f3fc6b539e2a75617d6ae7b74ca6548a7df7165
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 25 Aug 2008 05:40:07 +0000 (25 05:40 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 25 Aug 2008 05:40:07 +0000 (25 05:40 +0000)
tree523adfe4f6b110b05ac501163f073eb0db4f6e24
parentc690e9b5d907e57ec70b6b1960d6340f9f92960c
Patch 7.2.005
Problem:    A few problems when profiling.  Using flag pointer instead of flag
            value.  Allocating zero bytes.  Not freeing used memory.
Solution:   Remove wrong '&' characters.  Skip dumping when there is nothing
            to dump.  Free used memory. (Dominique Pelle)
Files:      src/eval.c

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