Mercurial > vim
comparison src/version.c @ 6462:86aacd619ac0 v7.4.560
updated for version 7.4.560
Problem: Memory leak using :wviminfo. Issue 296.
Solution: Free memory when needed. (idea by Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 17 Dec 2014 21:00:49 +0100 |
parents | 29f5cfca3388 |
children | 82c6a3bddb23 |
comparison
equal
deleted
inserted
replaced
6461:ad262c7047d9 | 6462:86aacd619ac0 |
---|---|
739 NULL | 739 NULL |
740 }; | 740 }; |
741 | 741 |
742 static int included_patches[] = | 742 static int included_patches[] = |
743 { /* Add new patch number below this line */ | 743 { /* Add new patch number below this line */ |
744 /**/ | |
745 560, | |
744 /**/ | 746 /**/ |
745 559, | 747 559, |
746 /**/ | 748 /**/ |
747 558, | 749 558, |
748 /**/ | 750 /**/ |