comparison src/version.c @ 11360:83303ad9f1ff v8.0.0565

patch 8.0.0565: using freed memory in :caddbuf commit https://github.com/vim/vim/commit/31bdd13c335533c749993b57dcd980a87373139e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 15 15:22:52 2017 +0200 patch 8.0.0565: using freed memory in :caddbuf Problem: Using freed memory in :caddbuf after clearing quickfix list. (Dominique Pelle) Solution: Set qf_last to NULL.
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Apr 2017 15:30:03 +0200
parents a6b9cdcde548
children 2c2b7f486fb0
comparison
equal deleted inserted replaced
11359:0fc4e555506d 11360:83303ad9f1ff
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 565,
767 /**/ 769 /**/
768 564, 770 564,
769 /**/ 771 /**/
770 563, 772 563,
771 /**/ 773 /**/