浏览代码

Fix #122

master
Arun Prakash Jana 7 年前
父节点
当前提交
134ee92f43
找不到此签名对应的密钥 GPG 密钥 ID: 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; total_dents += ENTRY_INCR;
*dents = xrealloc(*dents, total_dents * sizeof(**dents)); *dents = xrealloc(*dents, total_dents * sizeof(**dents));
if (*dents == NULL) { if (*dents == NULL) {
if (pnamebuf)
free(pnamebuf);
free(pnamebuf);
errexit(); errexit();
} }
DPRINTF_P(*dents); DPRINTF_P(*dents);


正在加载...
取消
保存