Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.1
-
Ubuntu 16.04 and Windows 10 with MSVC2015 64bit
-
768f606cd3cd37c235e85225127201a42d272946
Description
This not affects with 5.9.0 and 5.8.0. An example in attachment.
Here's main.qml from the attachment:
main.qml
import QtQuick 2.7 import QtQuick.Controls 2.1 ApplicationWindow { visible: true width: 800 height: 600 Timer { interval: 200 repeat: true running: true onTriggered: { var tmp = fstImage.source fstImage.source = sndImage.source sndImage.source = tmp } } Row { Image { id: fstImage width: 400 cache: false source: 'qrc:/images/arrow.png' fillMode: Image.PreserveAspectFit } Image { id: sndImage width: 400 cache: false source: 'qrc:/images/back.png' fillMode: Image.PreserveAspectFit } } }
Attachments
Issue Links
- duplicates
-
QTBUG-62613 Memory Leak with Images
- Closed
- is duplicated by
-
QTBUG-62642 Texture memory not being freed after component destruction
- Closed
-
QTBUG-63514 Memory leak in ListView
- Closed
-
QTBUG-62524 High memory usage when updating QtQuick Image
- Closed
-
QTBUG-62600 QQuickImageProvider Memory Leaks
- Closed
- relates to
-
QTBUG-62117 endSync never called from renderloop - leads to extreme memory use
- Closed
(1 relates to)