ソースを参照

Free allocated resources using regfree (#71)

master
Daniel Lockyer Arun Prakash Jana 6年前
コミット
77b0fe0104
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      nnn.c

+ 1
- 0
nnn.c ファイルの表示

@@ -2007,6 +2007,7 @@ populate(char *path, char *oldname, char *fltr)

/* Find cur from history */
cur = dentfind(dents, oldname, ndents);
regfree(&re);
return 0;
}



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