[7.2.243] Memory leak when using :vimgrep and resizing. (Dominique Pelle)
commit6eec3169a80c0df0a089e75a7ed987d7eb25b923
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 29 Jul 2009 16:07:47 +0000 (29 16:07 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 29 Jul 2009 16:07:47 +0000 (29 16:07 +0000)
treea10bb4bda1e0e91a5e70484319f869ee95cdf6a4
parent175beff9527c9c5a0ad3add6afb4fde31da683b5
[7.2.243] Memory leak when using :vimgrep and resizing. (Dominique Pelle)

Problem:    Memory leak when using :vimgrep and resizing. (Dominique Pelle)

Solution:   Free memory for aucmd_win when resizing and don't allocate it
            twice.

Patch 7.2.243
src/screen.c
src/version.c