Open enlightenedmouse opened 5 years ago
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
Seems the culprit is the CFStringCreateWithCStringNoCopy method within the DSM_LoadFunction:
https://github.com/twain/twain-dsm/blob/98a4b653611f9b3ca0df995c3f455d7205cb79e4/TWAIN_DSM/src/dsm.cpp#L3897
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