]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.533
- up to 7.3.600
[packages/vim.git] / 7.3.533
CommitLineData
8bb52fd3
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.533
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.533
11Problem: Memory leak when writing undo file.
12Solution: Free the ACL. (Dominique Pelle)
13Files: src/undo.c
14
15
16*** ../vim-7.3.532/src/undo.c 2011-12-08 15:14:04.000000000 +0100
17--- src/undo.c 2012-06-01 13:38:42.000000000 +0200
18***************
19*** 1535,1540 ****
20--- 1535,1541 ----
21 /* For systems that support ACL: get the ACL from the original file. */
22 acl = mch_get_acl(buf->b_ffname);
23 mch_set_acl(file_name, acl);
24+ mch_free_acl(acl);
25 }
26 #endif
27
28*** ../vim-7.3.532/src/version.c 2012-06-01 13:18:48.000000000 +0200
29--- src/version.c 2012-06-01 13:39:16.000000000 +0200
30***************
31*** 716,717 ****
32--- 716,719 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 533,
36 /**/
37
38--
39"How is your new girlfriend?"
40"90-60-90 man!"
41"What, pale purple?"
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45\\\ an exciting new programming language -- http://www.Zimbu.org ///
46 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.040183 seconds and 4 git commands to generate.