We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by propperdx on 2015-12-02 11:45 UTC I found a memory overflow becouse of a missing Dispose()
Method ScanCallback in TWAINCSToolkit.
~Line 1854
msgPendingxfers = ReportImage("ScanCallback: 010", TWAIN.DG.IMAGE.ToString(), TWAIN.DAT.IMAGEFILEXFER.ToString(), TWAIN.MSG.GET.ToString(), CvtSts(sts), bitmap, szFilename, m_twain.ImageinfoToCsv(twimageinfo), null, 0); bitmap.Dispose(); // !!! bitmap = null;
Thanks Tobias
The text was updated successfully, but these errors were encountered:
Updated by mlmcl on 2016-09-02 18:24 UTC
Sorry, something went wrong.
No branches or pull requests
Reported by propperdx on 2015-12-02 11:45 UTC
I found a memory overflow becouse of a missing Dispose()
Method ScanCallback in TWAINCSToolkit.
~Line 1854
Thanks
Tobias
The text was updated successfully, but these errors were encountered: