[7.2.382] Accessing freed memory when closing the cmdline window when
commit4c302461e70a6b32aec4b37fb7310ecb677f8883
authorBram Moolenaar <Bram@moolenaar.net>
Tue, 2 Mar 2010 17:22:11 +0000 (2 17:22 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Tue, 2 Mar 2010 17:22:11 +0000 (2 17:22 +0000)
tree0758968d0bdde750f99f22c05e5208c764a52ca7
parent2dd1a6977c500b0bcef3827c8fda27bd586c1302
[7.2.382] Accessing freed memory when closing the cmdline window when

Problem:    Accessing freed memory when closing the cmdline window when
            'bufhide' is set to "wipe".

Solution:   Check if the buffer still exists before invoking close_buffer()
            (Dominique Pelle)

Patch 7.2.382
src/ex_getln.c
src/version.c