woop
This commit is contained in:
parent
8b186f6fa4
commit
28d24ece1c
|
@ -111,6 +111,7 @@ namespace BizHawk.Emulation.Cores.Sega.Saturn
|
||||||
thr.Join();
|
thr.Join();
|
||||||
thr = null;
|
thr = null;
|
||||||
Exception ret = e;
|
Exception ret = e;
|
||||||
|
e = null;
|
||||||
if (ret != null)
|
if (ret != null)
|
||||||
throw ret;
|
throw ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue