forked from Telodendria/Telodendria
Don't close standard output twice, that leads to a segfault!
This commit is contained in:
parent
2a92d0de7e
commit
63d07365db
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ main(int argc, char **argv)
|
|||
}
|
||||
|
||||
UtilStreamCopy(HttpClientStream(cx), StreamStdout());
|
||||
StreamClose(StreamStdout());
|
||||
|
||||
HttpClientContextFree(cx);
|
||||
UriFree(uri);
|
||||
|
|
Loading…
Reference in a new issue