noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit f30e02239ebdae179682ed3765d3b2f1a4ff5075
parent e9489496249aaf31940c7906104ab1222f77447c
Author: lostd <lostd@2f30.org>
Date:   Fri, 10 Oct 2014 15:02:26 +0300

Another leak in the wall

Diffstat:
Mnoice.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/noice.c b/noice.c @@ -539,6 +539,7 @@ nochange: } r = setfilter(&re, tmp); if (r != 0) { + free(tmp); printmsg(""); goto nochange; }