mirror of https://github.com/quasar/Quasar.git
Dispose of the stream
Disposed of the stream correctly. Setting to null will NOT call dispose.
This commit is contained in:
parent
0f0cf6ed4c
commit
79588d4ea8
|
@ -476,6 +476,7 @@ private void Dispose()
|
|||
if (dest != null)
|
||||
{
|
||||
Flush(this);
|
||||
dest.Dispose();
|
||||
dest = null;
|
||||
}
|
||||
model = null;
|
||||
|
|
Loading…
Reference in New Issue