瀏覽代碼

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;
}
}


Loading…
取消
儲存