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:
sotaro 2022-12-13 00:12:49 +00:00
Родитель d07d879b75
Коммит 32de8eae22
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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();