'Fixed' ramping memory consumption

This commit is contained in:
2023-04-11 11:11:55 +02:00
parent 0c84d468b2
commit bc18274762
+1 -1
View File
@@ -54,7 +54,7 @@ namespace OCR_Decode
" Image splitting took : " + Reader.ConvertMsToTime(DrawMS) + Environment.NewLine + " Image splitting took : " + Reader.ConvertMsToTime(DrawMS) + Environment.NewLine +
" Reading the infos from the image took : " + Reader.ConvertMsToTime(OcrMS) + Environment.NewLine " Reading the infos from the image took : " + Reader.ConvertMsToTime(OcrMS) + Environment.NewLine
); );
GC.Collect();
} }
private void btnNext_Click(object sender, EventArgs e) private void btnNext_Click(object sender, EventArgs e)