mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	GC bug fix
This commit is contained in:
		| @@ -89,7 +89,7 @@ namespace Esiur.Data | ||||
|             { | ||||
|                 var key = Key.ToLower(); | ||||
|  | ||||
|                 var toRemove = m_Variables.Where(x => x.Key.ToLower() == key); | ||||
|                 var toRemove = m_Variables.Where(x => x.Key.ToLower() == key).ToArray(); | ||||
|  | ||||
|                 foreach (var item in toRemove) | ||||
|                     m_Variables.Remove(item); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user