From: Arun Prakash Jana Date: Sat, 30 May 2020 10:01:37 +0000 (+0530) Subject: Remove NNN_PIPE on exit X-Git-Tag: v3.3~92 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=309ed0ed6744833652230db626d4caf127f9226a;p=nnn.git Remove NNN_PIPE on exit --- 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