]> Sergey Matveev's repositories - nnn.git/commit
Prevent open FIFO prom leaking to subprocess
authorLéo Villeveygoux <l@vgx.fr>
Tue, 5 May 2020 23:45:21 +0000 (01:45 +0200)
committerLéo Villeveygoux <l@vgx.fr>
Tue, 5 May 2020 23:45:21 +0000 (01:45 +0200)
commit5b34d0dbe73627f8d302fc3cb6929ce87cdd286d
treed6321a2bfce9dd0a4f058de9a419739f08e334ca
parent2ea3ce552a5cbcb74742ca0671784f19c225429e
Prevent open FIFO prom leaking to subprocess

This fix previews window staying open after nnn exits, because they
inherited open FIFO (in write mode) from parent nnn process, and never
close it.
src/nnn.c