Remove NNN_PIPE on exit

This commit is contained in:
Arun Prakash Jana 2020-05-30 15:31:37 +05:30
parent 9e09fb53a1
commit 309ed0ed67
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions

View File

@ -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