commit | c257487035f83aabe1c7e07f0552309e98f1bcb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 22:51:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 22:51:05 2016 +0200 |
tree | a2ab08ae7d067a1c5eba06a677f8480c5a166f6b | |
parent | 91c5262b19fd2e558fe87b78c7767c7c5a270be8 [diff] [blame] |
patch 7.4.2197 Problem: All functions are freed on exit, which may hide leaks. Solution: Only free named functions, not reference counted ones.
diff --git a/src/version.c b/src/version.c index 85053e1..5ba3eec 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2197, +/**/ 2196, /**/ 2195,