Arun Prakash Jana il y a 6 ans
Parent
révision
134ee92f43
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Voir le fichier

@@ -2160,8 +2160,7 @@ static int dentfill(char *path, struct entry **dents,
total_dents += ENTRY_INCR;
*dents = xrealloc(*dents, total_dents * sizeof(**dents));
if (*dents == NULL) {
if (pnamebuf)
free(pnamebuf);
free(pnamebuf);
errexit();
}
DPRINTF_P(*dents);


Chargement…
Annuler
Enregistrer