]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.533.patch0
python3: Update to 3.6.3
[ipfire-3.x.git] / vim / patches / vim-7.3.533.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.533
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.533
11 Problem: Memory leak when writing undo file.
12 Solution: Free the ACL. (Dominique Pelle)
13 Files: 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 ///