зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1804592 - A little code cleanup of PersistentBufferProviderShared::Destroy() r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D164176
This commit is contained in:
Родитель
d07d879b75
Коммит
32de8eae22
|
@ -643,8 +643,7 @@ void PersistentBufferProviderShared::Destroy() {
|
|||
mPermanentBackBuffer = nullptr;
|
||||
}
|
||||
|
||||
for (auto& mTexture : mTextures) {
|
||||
TextureClient* texture = mTexture;
|
||||
for (auto& texture : mTextures) {
|
||||
if (texture && texture->IsLocked()) {
|
||||
MOZ_ASSERT(false);
|
||||
texture->Unlock();
|
||||
|
|
Загрузка…
Ссылка в новой задаче