浏览代码
Remove NNN_PIPE on exit
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
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 |
|
|