You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use vs2022 to compile the examples. Works fine in release mode, but in debug mode I get a __debugbreak() error when right clicking.
It seems that an out-of-bounds conflict occurs during QArrayDataPointer destruction when it try to free(d), which ends up in ntdll.dll. If this behavior is safe, please tell me how to skip this warning in visual studio.
The text was updated successfully, but these errors were encountered:
I use vs2022 to compile the examples. Works fine in release mode, but in debug mode I get a __debugbreak() error when right clicking.
It seems that an out-of-bounds conflict occurs during QArrayDataPointer destruction when it try to
free(d)
, which ends up in ntdll.dll. If this behavior is safe, please tell me how to skip this warning in visual studio.The text was updated successfully, but these errors were encountered: