ソースを参照
Remove NNN_PIPE on exit
master
Arun Prakash Jana
5年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
src/nnn.c
|
|
@@ -6917,7 +6917,8 @@ static void cleanup(void) |
|
|
|
if (g_state.autofifo) |
|
|
|
unlink(fifopath); |
|
|
|
#endif |
|
|
|
|
|
|
|
if (g_state.pluginit) |
|
|
|
unlink(g_pipepath); |
|
|
|
#ifdef DBGMODE |
|
|
|
disabledbg(); |
|
|
|
#endif |
|
|
|