comparison src/version.c @ 7214:e036defe034e v7.4.916

commit https://github.com/vim/vim/commit/8648357841065295e39831d2b559d87ca01a7a7c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 19:04:23 2015 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 19:15:04 +0100
parents 55c67e16e4fd
children 310925215e17
comparison
equal deleted inserted replaced
7213:9725f5621a39 7214:e036defe034e
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 916,
744 /**/ 746 /**/
745 915, 747 915,
746 /**/ 748 /**/
747 914, 749 914,
748 /**/ 750 /**/