'Fixed' ramping memory consumption
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user