You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.152
Former-commit-id: b9a8a4634edd84ed92dc74f4022c4364731da78c
This commit is contained in:
parent
c92293d6a6
commit
0ccc9f0ce1
@ -380,7 +380,12 @@ namespace System.IO.Compression
|
||||
GC.SuppressFinalize (this);
|
||||
|
||||
io_buffer = null;
|
||||
|
||||
} else {
|
||||
// When we are in the finalizer we don't want to access the underlying stream anymore
|
||||
base_stream = Stream.Null;
|
||||
}
|
||||
|
||||
if (z_stream != null) {
|
||||
z_stream.Dispose();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user