Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
6.8.0
-
None
-
Windows 11
Description
Under MS Visual Studio C++, there seems to be a bug in the DEBUG mode when using QVector: at the end of a function with a local QVector variable, there is a memory failure when leaving the function (see screen). The code works in RELEASE mode, and works with std:;vector in both modes.