Arun Prakash Jana 6 лет назад
Родитель
Сommit
134ee92f43
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: A75979F35C080412
1 измененных файлов: 1 добавлений и 2 удалений
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Просмотреть файл

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


Загрузка…
Отмена
Сохранить