commit | ddecc25947dbdd689d5bcaed32f298a08abdd497 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 06 22:59:37 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 06 22:59:37 2016 +0200 |
tree | a6a666b3e79c37895431f7732a4318b0692aa366 | |
parent | 54f1b7abf8c48b1dd997202258d1d0673ed4bd29 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d420eba..5c89d6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1715, +/**/ 1714, /**/ 1713,