comparison src/version.c @ 10367:4e4e116e3689 v8.0.0078

commit https://github.com/vim/vim/commit/63bed3d319b5d90765dbdae93a3579b6322d79fb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 12 15:36:54 2016 +0100 patch 8.0.0078 Problem: Accessing freed memory in quickfix. Solution: Reset pointer when freeing 'errorformat'. (Domenique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Nov 2016 15:45:04 +0100
parents 0dd0c7fb1096
children 4e5b307638cb
comparison
equal deleted inserted replaced
10366:cedf99a9a1b1 10367:4e4e116e3689
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 78,
767 /**/ 769 /**/
768 77, 770 77,
769 /**/ 771 /**/
770 76, 772 76,
771 /**/ 773 /**/