Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
5.3.2, 5.5.0, 5.6.0, 6.6
-
None
Description
Hello,
We have found a memory bug/clean up issue when passing QByteArray from C++ to QML.
In the attachment, you can find a minimal example of the problem.
When we call a Q_INVOKABLE function that returns a QByteArray from a QML signal handler, the memory of our application keeps rising. In the example this is done by clicking in the application. Checking the memory usage you will see it rise, but never fall.