]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.114
- new
[packages/vim.git] / 7.1.114
CommitLineData
c0949972
ER
1To: vim-dev@vim.org
2Subject: patch 7.1.114
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.114
11Problem: Memory leak in getmatches().
12Solution: Don't increment the refcount twice.
13Files: src/eval.c
14
15
16*** ../vim-7.1.113/src/eval.c Mon Sep 17 21:37:09 2007
17--- src/eval.c Sun Sep 16 19:24:49 2007
18***************
19*** 10351,10357 ****
20 dict = dict_alloc();
21 if (dict == NULL)
22 return;
23- ++dict->dv_refcount;
24 dict_add_nr_str(dict, "group", 0L, syn_id2name(cur->hlg_id));
25 dict_add_nr_str(dict, "pattern", 0L, cur->pattern);
26 dict_add_nr_str(dict, "priority", (long)cur->priority, NULL);
27--- 10355,10360 ----
28*** ../vim-7.1.113/src/version.c Mon Sep 17 21:37:09 2007
29--- src/version.c Mon Sep 17 21:54:08 2007
30***************
31*** 668,669 ****
32--- 668,671 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 114,
36 /**/
37
38--
39Be nice to your kids... they'll be the ones choosing your nursing home.
40
41 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
42/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
43\\\ download, build and distribute -- http://www.A-A-P.org ///
44 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.029364 seconds and 4 git commands to generate.