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
DG_CONTROL / DAT_PARENT / MSG_OPENDSM fails on macOS using any of the 2.4.x releases of the TWAINDSM.framework.
malloc: Non-aligned pointer 0x1004e632a being freed malloc: *** set a breakpoint in malloc_error_break to debug
macOS Mojave Version 10.14.6
The text was updated successfully, but these errors were encountered:
Seems the culprit is the CFStringCreateWithCStringNoCopy method within the DSM_LoadFunction:
twain-dsm/TWAIN_DSM/src/dsm.cpp
Line 3897 in 98a4b65
Sorry, something went wrong.
No branches or pull requests
Description
DG_CONTROL / DAT_PARENT / MSG_OPENDSM fails on macOS using any of the 2.4.x releases of the TWAINDSM.framework.
malloc: Non-aligned pointer 0x1004e632a being freed
malloc: *** set a breakpoint in malloc_error_break to debug
Tested on
macOS Mojave
Version 10.14.6
The text was updated successfully, but these errors were encountered: