浏览代码

Remove NNN_PIPE on exit

master
Arun Prakash Jana 5 年前
父节点
当前提交
309ed0ed67
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c 查看文件

@@ -6917,7 +6917,8 @@ static void cleanup(void)
if (g_state.autofifo) if (g_state.autofifo)
unlink(fifopath); unlink(fifopath);
#endif #endif

if (g_state.pluginit)
unlink(g_pipepath);
#ifdef DBGMODE #ifdef DBGMODE
disabledbg(); disabledbg();
#endif #endif


正在加载...
取消
保存