ソースを参照

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;


読み込み中…
キャンセル
保存