Skip to content

Commit 06617da

Browse files
committed
removing GC it wasnt needed
1 parent baa3264 commit 06617da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

KeyLighting/CPUImageProcessor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,5 @@ public void Dispose()
422422
previousFrame = null;
423423
brightnessLut = null;
424424
contrastLut = null;
425-
GC.Collect();
426-
GC.WaitForPendingFinalizers();
427425
}
428426
}

0 commit comments

Comments
 (0)