This commit is contained in:
goyuken 2013-12-11 04:03:06 +00:00
parent 8b186f6fa4
commit 28d24ece1c
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ namespace BizHawk.Emulation.Cores.Sega.Saturn
thr.Join();
thr = null;
Exception ret = e;
e = null;
if (ret != null)
throw ret;
}