Sfoglia il codice sorgente

No need to strdup()

master
sin 11 anni fa
parent
commit
330adc995f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Vedi 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…
Annulla
Salva