Do all Qt Debugging sessions end with "Invalid address specified to RtlValidateHeap" error?
-
Hi,
I was wondering why Qt debugging sessions (e.g. of the Qt built-in examples) always seem to end with
Invalid address specified to RtlValidateHeap
error in the destructor, usually at adelete
operation.
Is this always so (because of how the debugger works), or am I mistaken and this should not happen? -
I submitted this as a bug
https://bugreports.qt.io/browse/QTCREATORBUG-19007