소스 검색

Only free history path if it is valid

master
lostd 10 년 전
부모
커밋
d84c3b1079
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      noice.c

+ 4
- 2
noice.c 파일 보기

@@ -604,8 +604,10 @@ begin:

/* Find cur from history */
cur = dentfind(dents, n, path, hpath);
free(hpath);
hpath = NULL;
if (hpath != NULL) {
free(hpath);
hpath = NULL;
}

for (;;) {
int nlines;


불러오는 중...
취소
저장