Re: [Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
The bug is related to https://bugreports.qt.io/browse/QTBUG-61754 and I confirmed that this patch fixes the problem: https://codereview.qt-project.org/#/c/202781/ On Mon, Aug 21, 2017 at 2:42 PM Roger zanoni wrote: > https://bugreports.qt.io/browse/QTBUG-62642 > > On Mon, Aug 21, 2017 at 2:27 PM

Re: [Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
https://bugreports.qt.io/browse/QTBUG-62642 On Mon, Aug 21, 2017 at 2:27 PM Roger zanoni wrote: > Thanks for the quick replies and testing, I'll create a bug report. > > On Mon, Aug 21, 2017 at 1:44 PM Sergio Martins > wrote: > >> On 2017-08-21 11:29, Giuseppe D'Angelo wrote: >> > Il 21/08/2017

Re: [Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
Thanks for the quick replies and testing, I'll create a bug report. On Mon, Aug 21, 2017 at 1:44 PM Sergio Martins wrote: > On 2017-08-21 11:29, Giuseppe D'Angelo wrote: > > Il 21/08/2017 12:23, Roger zanoni ha scritto: > >> When I run this code, it keeps allocating memory until my laptop > >> f

Re: [Interest] Textures memory not being released

2017-08-21 Thread Sergio Martins
On 2017-08-21 11:29, Giuseppe D'Angelo wrote: Il 21/08/2017 12:23, Roger zanoni ha scritto: When I run this code, it keeps allocating memory until my laptop freezes. I did some basic testing using valgrind and massif, and the result shows (I posted some images on the forum thread, I'm not sure

Re: [Interest] Textures memory not being released

2017-08-21 Thread Giuseppe D'Angelo
Il 21/08/2017 12:23, Roger zanoni ha scritto: When I run this code, it keeps allocating memory until my laptop freezes. I did some basic testing using valgrind and massif, and the result shows (I posted some images on the forum thread, I'm not sure if I'm allowed to post images to this list), i

[Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
Hello, I created a thread on Qt forums[1] asking for help and was told to seek help on the mailing lists. I work on an application that consists in a series of small minigames and has a QQuickView that loads a main.qml file with a Loader element. We use this Loader to swich between the minigames a