rewinder - fix potential NRE

This commit is contained in:
adelikat 2020-06-10 08:56:25 -05:00
parent c9c1aa91ad
commit de5508ca6c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace BizHawk.Client.Common
public void Dispose()
{
Stream.Dispose();
Stream?.Dispose();
Stream = null;
if (_mAllocatedBuffer != null)
{