From: lostd Date: Fri, 10 Oct 2014 07:11:50 +0000 (+0300) Subject: Also release filter memory X-Git-Tag: v1.0~92^2~233 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=50329302907c5435fead471b6a571b9d24215c1d;p=nnn.git Also release filter memory --- diff --git a/noice.c b/noice.c index fd10234b..27a4b324 100644 --- a/noice.c +++ b/noice.c @@ -342,7 +342,7 @@ browse(const char *ipath, const char *ifilter) struct stat sb; begin: - /* Path should be a malloc(3)-ed string at all times */ + /* Path and filter should be malloc(3)-ed strings at all times */ n = 0; cur = 0; dents = NULL; @@ -446,6 +446,7 @@ nochange: switch (ret) { case SEL_QUIT: free(path); + free(filter); return; case SEL_BACK: /* Handle root case */