comparison src/version.c @ 8257:c4ffdda8cdfd v7.4.1421

commit https://github.com/vim/vim/commit/c8dcbb12c5d7f3eb0c334daebb4475bb015b91e7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 25 23:10:17 2016 +0100 patch 7.4.1421 Problem: May free a channel when a callback may need to be invoked. Solution: Keep the channel when refcount is zero.
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Feb 2016 23:15:05 +0100
parents 355652348057
children 99a70c3b902f
comparison
equal deleted inserted replaced
8256:1a895d499690 8257:c4ffdda8cdfd
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1421,
751 /**/ 753 /**/
752 1420, 754 1420,
753 /**/ 755 /**/
754 1419, 756 1419,
755 /**/ 757 /**/