Commit e13547c5 authored by Alex Montgomery's avatar Alex Montgomery Committed by The Qt Project
Browse files

Fix leak-on-exit of QSGRenderLoop::s_instance


s_instance is created with new and never deleted which causes several
destructors to never be called.

Task-number: QTBUG-35731
Change-Id: Icccb19186958f8bb74c5fd2b4b41165255debc46
Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@jollamobile.com>
parent a1b6db47
Showing with 12 additions and 14 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment