vim-patch:7.4.1715

Problem:    Double free when a partial is in a cycle with a list or dict.
            (Nikolai Pavlov)
Solution:   Do not free a nested list or dict used by the partial.

ddecc25947
This commit is contained in:
Michael Ennen
2016-10-28 12:24:03 -07:00
committed by James McCoy
parent c6bc1e7bab
commit 0645787741
2 changed files with 65 additions and 44 deletions

View File

@@ -727,7 +727,7 @@ static int included_patches[] = {
// 1718,
// 1717 NA
1716,
// 1715,
1715,
1714,
// 1713 NA
1712,