comparison src/version.c @ 6596:f8f2a61e538d v7.4.624

updated for version 7.4.624 Problem: May leak memory or crash when vim_realloc() returns NULL. Solution: Handle a NULL value properly. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Feb 2015 18:34:01 +0100
parents 3cca9b0cc1a0
children 4b1e3b3aa78a
comparison
equal deleted inserted replaced
6595:09b0a3c8af26 6596:f8f2a61e538d
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 624,
744 /**/ 746 /**/
745 623, 747 623,
746 /**/ 748 /**/
747 622, 749 622,
748 /**/ 750 /**/