Bug fix: Close search window when search in progress
authorColin Clark <colin.clark@cclark.uk>
Tue, 3 Sep 2019 17:00:09 +0000 (18:00 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 3 Sep 2019 17:00:09 +0000 (18:00 +0100)
commit4d3ebb9afbdf89e9ba0fa896618e679e2c797226
tree123430695406902b760bca69bfd148e965f65d22
parent2b855ba4be616d4f2d47e6d0c1707dd4decba086
Bug fix: Close search window when search in progress

If the search window is closed when a search is still in progress, there
is a seg. fault.

sd->search_buffer_list is of type MatchFileData not of type FileData.
src/search.c