فهرست منبع

修复:TimerComponent中的timers未删除可能导致泄露

tanghai 8 سال پیش
والد
کامیت
4e0a3a4444
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Unity/Assets/Scripts/Component/TimerComponent.cs

+ 1 - 0
Unity/Assets/Scripts/Component/TimerComponent.cs

@@ -55,6 +55,7 @@ namespace Model
 					{
 						continue;
 					}
+					this.timers.Remove(id);
 					timer.tcs.SetResult(true);
 				}				
 			}