1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-31 18:46:33 +00:00

Another leak in the wall

This commit is contained in:
lostd 2014-10-10 15:02:26 +03:00
parent e948949624
commit f30e02239e

View file

@ -539,6 +539,7 @@ nochange:
}
r = setfilter(&re, tmp);
if (r != 0) {
free(tmp);
printmsg("");
goto nochange;
}