When loading and unloading Qml pages with ListView element - I see that memory usage is growing (no memory release).
Did anyone encountered this phenomenon?
try running QJSEngine::collectGarbage() periodically to see if it makes a difference. For eg., test it with timer set to 3 sec or something. If this works then we can think from there.