comparison src/version.c @ 4990:bc9125136c69 v7.3.1240

updated for version 7.3.1240 Problem: Memory leak in findfile(). Solution: Free the memory. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Mon, 24 Jun 2013 22:17:32 +0200
parents e130cc3d17af
children c87476046967
comparison
equal deleted inserted replaced
4989:ba58aea77547 4990:bc9125136c69
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1240,
731 /**/ 733 /**/
732 1239, 734 1239,
733 /**/ 735 /**/
734 1238, 736 1238,
735 /**/ 737 /**/