Arun Prakash Jana 6 anos atrás
pai
commit
134ee92f43
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Ver arquivo

@@ -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);


Carregando…
Cancelar
Salvar