From bc18274762888d3937bd016d608727cb75b4ba71 Mon Sep 17 00:00:00 2001 From: maxluli Date: Tue, 11 Apr 2023 11:11:55 +0200 Subject: [PATCH] 'Fixed' ramping memory consumption --- OCR_Decode/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCR_Decode/Form1.cs b/OCR_Decode/Form1.cs index bd9fe35..bbe957c 100644 --- a/OCR_Decode/Form1.cs +++ b/OCR_Decode/Form1.cs @@ -54,7 +54,7 @@ namespace OCR_Decode " Image splitting took : " + Reader.ConvertMsToTime(DrawMS) + Environment.NewLine + " Reading the infos from the image took : " + Reader.ConvertMsToTime(OcrMS) + Environment.NewLine ); - + GC.Collect(); } private void btnNext_Click(object sender, EventArgs e)