comparison src/version.c @ 6747:4c4c8a53347b v7.4.696

patch 7.4.696 Problem: Not freeing memory when encountering an error. Solution: Free the stack before returning. (Eliseo Mart?nez)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 15:28:12 +0200
parents 7f9a158cf1d9
children 57e81ce74c06
comparison
equal deleted inserted replaced
6746:121830531918 6747:4c4c8a53347b
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 696,
744 /**/ 746 /**/
745 695, 747 695,
746 /**/ 748 /**/
747 694, 749 694,
748 /**/ 750 /**/