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.Join();
thr = null; thr = null;
Exception ret = e; Exception ret = e;
e = null;
if (ret != null) if (ret != null)
throw ret; throw ret;
} }