Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Immanuel
/
nnn
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
no need to check for NULL before free
master
Hiltjo Posthuma
lostd
10 vuotta sitten
vanhempi
d444bf1cb6
commit
81a0c57783
1 muutettua tiedostoa
jossa
2 lisäystä
ja
4 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
noice.c
+ 2
- 4
noice.c
Näytä tiedosto
@@ -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…
Peruuta
Tallenna