Skip to content

Commit e9e2d2b

Browse files
committed
Eliminating GC monitor error
1 parent e67cf3a commit e9e2d2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DataCommander/DataCommander.Providers/Query/QueryForm.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,9 +2071,9 @@ protected override void Dispose(bool disposing)
20712071
{
20722072
if (components != null)
20732073
{
2074-
var now = LocalTime.Default.Now;
2075-
foreach (IComponent component in components.Components)
2076-
GarbageMonitor.Default.SetDisposeTime(component, now);
2074+
//var now = LocalTime.Default.Now;
2075+
//foreach (IComponent component in components.Components)
2076+
// GarbageMonitor.Default.SetDisposeTime(component, now);
20772077

20782078
components.Dispose();
20792079
}

0 commit comments

Comments
 (0)