mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Revert "copiousoutput: I'm not sure about this. pclose may hang ELinks for long time,"
I am reverting all copiousoutput support because of bug 917.
This reverts commit 47f3dd0421
.
This commit is contained in:
parent
95c2c941eb
commit
1661109a99
@ -392,7 +392,7 @@ close_popen(int fd)
|
||||
foreach (pop, copiousoutput_data) {
|
||||
if (pop->fd == fd) {
|
||||
del_from_list(pop);
|
||||
fclose(pop->stream);
|
||||
pclose(pop->stream);
|
||||
if (pop->filename) {
|
||||
unlink(pop->filename);
|
||||
mem_free(pop->filename);
|
||||
|
Loading…
Reference in New Issue
Block a user