comparison src/version.c @ 6404:18953e121be6 v7.4.533

updated for version 7.4.533 Problem: ":hardcopy" leaks memory in case of errors. Solution: Free memory in all code paths. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 17:37:57 +0100
parents 7f48abe500e1
children ee28ddfc7b7c
comparison
equal deleted inserted replaced
6403:f7706260e714 6404:18953e121be6
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 533,
744 /**/ 746 /**/
745 532, 747 532,
746 /**/ 748 /**/
747 531, 749 531,
748 /**/ 750 /**/