commons-daemon
commons-daemon copied to clipboard
DAEMON-336 - If lCallbacks is empty don't call the fnCallbacks to avoid an ACCESS_VIOLATION
This is a more specific patch instead of removing the apxHandleManagerDestroy(); as suggested as a workaround. It seems that if there are no callbacks, this is empty and can throw an ACCESS VIOLATION. Instead ignore the callbacks if lCallbacks is empty.
Any luck reproducing this issue or including changes for the upcoming RC?
Closing this PR as it has been open for some time without steps being provided to recreate the issue.