aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index ba2774a..ee70d58 100644
--- a/noice.c
+++ b/noice.c
@@ -622,7 +622,7 @@ nochange:
goto nochange;
} else {
free(path);
- path = strdup(tmp);
+ path = tmp;
free(filter);
filter = strdup(ifilter); /* Reset filter */
DPRINTF_S(path);