aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar lostd <lostd@2f30.org>2014-10-10 15:02:26 +0300
committerGravatar lostd <lostd@2f30.org>2014-10-10 15:02:26 +0300
commitf30e02239ebdae179682ed3765d3b2f1a4ff5075 (patch)
treea93b83f39b2b9cbbded3b0b838da966a49675b2d
parente9489496249aaf31940c7906104ab1222f77447c (diff)
downloadnnn-f30e02239ebdae179682ed3765d3b2f1a4ff5075.tar.gz
Another leak in the wall
-rw-r--r--noice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index a0e98fc..11d950a 100644
--- a/noice.c
+++ b/noice.c
@@ -539,6 +539,7 @@ nochange:
}
r = setfilter(&re, tmp);
if (r != 0) {
+ free(tmp);
printmsg("");
goto nochange;
}