QQuickTextureFactory's, when will them be freed
Unsolved
QML and Qt Quick
-
I was messing with the async image provider example, and found this perhaps interesting bit:
QQuickTextureFactory
s created inQQuickImageResponse::textureFactory()
are never(?) freed. Not even after theImage
s are destroyed.
Is this intended?off topic: there is a type in qfont.cpp, "indiviaul" should have been "individual".