]> git.seodisparate.com - c_simple_http/commit
Close read-pipe on xdg-mime's side in static.c
authorStephen Seo <seo.disparate@gmail.com>
Tue, 29 Oct 2024 04:45:38 +0000 (13:45 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 29 Oct 2024 04:45:38 +0000 (13:45 +0900)
commitc952d1e06b8b061370651efcd0c1a8991647668e
treec32604ee57d3ca07a3ab905d737d587034e9dd05
parent574499252e8ac1bffd4188bbe25b75832fdc5139
Close read-pipe on xdg-mime's side in static.c

The pipe probably doesn't need to be closed since it is closed by
c_simple_http and the forked process stops while it is the only other
thing with that read-pipe-fd. However, it probably would be best to
close it so that during runtime all pipe fd's are closed after use.
src/static.c