Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.7.0
-
None
-
Window 7 x64, Intel Core i7 2600 CPU @ 3.4 GHz
Memory 16GB
Graphics card: ASUS EAH5450 Series
Description
I have this component package: Window component with its opacity property:0 and has one QtQuick.Control component.
If we dynamic create Item with above combination and destroy it even with manual gc(). The memory will slightly increase if we repeatedly doing same steps.
But if I remove opacity property, memory is not getting grow.