diff options
| author | 2020-05-30 15:31:37 +0530 | |
|---|---|---|
| committer | 2020-05-30 15:31:37 +0530 | |
| commit | 309ed0ed6744833652230db626d4caf127f9226a (patch) | |
| tree | ea8dafcd6713e375f710cf599b4f664d0e18100e /src | |
| parent | 9e09fb53a1c4a554e4fce89e762393b8047de0a1 (diff) | |
| download | nnn-309ed0ed6744833652230db626d4caf127f9226a.tar.gz | |
Remove NNN_PIPE on exit
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |