FileStream should be closed when Close() is called, duh\!
This commit is contained in:
parent
61cfc745ab
commit
303931bd8e
@ -108,6 +108,7 @@ namespace UniversalEditor.Accessors
|
||||
|
||||
public override void Close()
|
||||
{
|
||||
mvarFileStream.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user