Commit 52a9d06b authored by Gunnar Sletta's avatar Gunnar Sletta Committed by The Qt Project
Browse files

Enforce texture cleanup to happen at the end of the sync phase.


This was ok for the threaded renderer, but for the single-threaded
renderers where the event loop was spinning we could run the risk
of scheduling a texture for deleteLater() and then cleaning it
up before we got around to the sync phase.

Task-number: QTBUG-35670
Change-Id: I92074294b427fd8ab2a1823ba79c7ac3b59094ec
Reviewed-by: default avatarMichael Brasser <michael.brasser@live.com>
parent abc1cb32
Branches
Tags
No related merge requests found
Showing with 14 additions and 3 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