]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove NNN_PIPE on exit
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 30 May 2020 10:01:37 +0000 (15:31 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 30 May 2020 10:01:37 +0000 (15:31 +0530)
src/nnn.c

index 771d2b6553ae38ead58a5e78c8eb02f5c4d82e68..0b307e1b33f03c227fe75d2707f23b13a2a81f61 100644 (file)
--- a/src/nnn.c
+++ b/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