]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.155
- new
[packages/vim.git] / 7.2.155
CommitLineData
4c0a682a
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.155
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.2.155
11Problem: Memory leak in ":function /pat".
12Solution: Free the memory. (Dominique Pelle)
13Files: src/eval.c
14
15
16*** ../vim-7.2.154/src/eval.c Wed Apr 22 12:53:31 2009
17--- src/eval.c Wed Apr 22 16:04:34 2009
18***************
19*** 19720,19725 ****
20--- 19720,19726 ----
21 list_func_head(fp, FALSE);
22 }
23 }
24+ vim_free(regmatch.regprog);
25 }
26 }
27 if (*p == '/')
28*** ../vim-7.2.154/src/version.c Wed Apr 22 15:56:27 2009
29--- src/version.c Wed Apr 22 16:07:27 2009
30***************
31*** 678,679 ****
32--- 678,681 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 155,
36 /**/
37
38--
39Q: How many hardware engineers does it take to change a lightbulb?
40A: None. We'll fix it in software.
41
42 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
43/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
44\\\ download, build and distribute -- http://www.A-A-P.org ///
45 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.037692 seconds and 4 git commands to generate.