We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9782 commit 5c5fe4dCopy full SHA for 5c5fe4d
source/core/unix/slang-unix-process.cpp
@@ -75,6 +75,8 @@ class UnixPipeStream : public Stream
75
{
76
}
77
78
+ ~UnixPipeStream() SLANG_OVERRIDE { close(); }
79
+
80
protected:
81
/// This read file descriptor non blocking. Doing so will change the behavior of
82
/// read - it can fail and return an error indicating there is no data, instead of blocking.
0 commit comments