Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Immanuel
/
nnn
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
no need to check for NULL before free
master
Hiltjo Posthuma
lostd
il y a 10 ans
Parent
d444bf1cb6
révision
81a0c57783
1 fichiers modifiés
avec
2 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-4
noice.c
+ 2
- 4
noice.c
Voir le fichier
@@ -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:
Écrire
Aperçu
Chargement…
Annuler
Enregistrer