comparison src/version.c @ 6388:2587209317b7 v7.4.525

updated for version 7.4.525 Problem: map() leaks memory when there is an error in the expression. Solution: Call clear_tv(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Nov 2014 20:04:48 +0100
parents 762ab69c2d13
children 230b52b9d35e
comparison
equal deleted inserted replaced
6387:c71f7e9571a2 6388:2587209317b7
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 525,
744 /**/ 746 /**/
745 524, 747 524,
746 /**/ 748 /**/
747 523, 749 523,
748 /**/ 750 /**/