Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 659180

Summary: qtdeclarative texture-memleak patch required in 5.9.6
Product: Gentoo Linux Reporter: rick vernam <rickv>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description rick vernam 2018-06-25 20:08:59 UTC
Referencing Qt patch: https://codereview.qt-project.org/#/c/224684/

Gentoo has this patch applied to the 5.9.5 branch, but it also is required against 5.9.6.

Review qsgrenderloop.cpp from Qt 5.9.6 on Qt's git here: http://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/quick/scenegraph/qsgrenderloop.cpp?h=v5.9.6

In functions QSGGuiThreadRenderLoop::hide (lines 304 - 308) and QSGGuiThreadRenderLoop::maybeUpdate (lines 495-502) we see the unpatched code.
Comment 1 rick vernam 2018-06-25 20:12:14 UTC
Okay, I just noticed the ebuild for 5.9.6 references the existing patch file.
Sorry for the noise.