Code

screen_search: fixed 2 memory leaks
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 15:14:32 +0000 (16:14 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 15:14:32 +0000 (16:14 +0100)
commit06aafa1328f50d247676c2eca488e53fa02c0dbd
tree44248b8b27cef1a48eb7aa7047d982fc879ed84c
parentadb2517ad7a7d0d6fcca4762c7ff87e4682e5479
screen_search: fixed 2 memory leaks

Free the old pattern before prompting for a new one.  Free the old
filelist object before retrieving the new one.
src/screen_search.c