Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
no need to check for NULL before free
master
Hiltjo Posthuma
lostd
10 anni fa
parent
d444bf1cb6
commit
81a0c57783
1 ha cambiato i file
con
2 aggiunte
e
4 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
noice.c
+ 2
- 4
noice.c
Vedi File
@@ -545,10 +545,8 @@ begin:
/* Find cur from history */
cur = dentfind(dents, n, path, oldpath);
if (oldpath != NULL) {
free(oldpath);
oldpath = NULL;
}
free(oldpath);
oldpath = NULL;
for (;;) {
redraw:
Write
Preview
Loading…
Annulla
Salva