From 309ed0ed6744833652230db626d4caf127f9226a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 30 May 2020 15:31:37 +0530 Subject: [PATCH] Remove NNN_PIPE on exit --- src/nnn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 771d2b65..0b307e1b 100644 --- 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