ソースを参照

Fix memory leaks

master
lostd 10年前
コミット
bc766bc4a8
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c ファイルの表示

@@ -421,6 +421,7 @@ again:
bin = openwith(name);
if (bin == NULL) {
printmsg("No association");
free(pathnew);
goto nochange;
}

@@ -439,6 +440,7 @@ again:
goto redraw;
default:
printmsg("Unsupported file");
free(pathnew);
goto nochange;
}
}


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