Browse Source

No need to strdup()

master
sin 10 years ago
parent
commit
330adc995f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c View File

@@ -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);


Loading…
Cancel
Save