comparison src/version.c @ 6941:b63f09edb493 v7.4.789

patch 7.4.789 Problem: Using freed memory and crash. (Dominique Pellej) Solution: Correct use of pointers. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jul 2015 14:42:23 +0200
parents ca0990adc2e3
children d37e168dee20
comparison
equal deleted inserted replaced
6940:0942c7d802ea 6941:b63f09edb493
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 789,
744 /**/ 746 /**/
745 788, 747 788,
746 /**/ 748 /**/
747 787, 749 787,
748 /**/ 750 /**/