]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.916 v7.4.916
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 18:04:23 +0000 (19:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 18:04:23 +0000 (19:04 +0100)
commit8648357841065295e39831d2b559d87ca01a7a7c
tree519b0f114a3e4d8256743ad2866f023b8988e1ed
parent174674743d9a2d7361c9cd89836f8dd8651edeeb
patch 7.4.916
Problem:    When running out of memory while copying a dict memory may be
            freed twice. (ZyX)
Solution:   Do not call the garbage collector when running out of memory.
src/misc2.c
src/version.c