workaround potencial memory leak
parent
c8a1d7e5a7
commit
222a5b655f
|
@ -1684,6 +1684,7 @@ namespace Amib.Threading
|
|||
}
|
||||
workItemsGroup.Start();
|
||||
anActionCompleted.WaitOne();
|
||||
anActionCompleted.Dispose();
|
||||
|
||||
return choiceIndex._index;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue