rewinder - fix potential NRE
This commit is contained in:
parent
c9c1aa91ad
commit
de5508ca6c
|
@ -61,7 +61,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public void Dispose()
|
||||
{
|
||||
Stream.Dispose();
|
||||
Stream?.Dispose();
|
||||
Stream = null;
|
||||
if (_mAllocatedBuffer != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue