Bug 1889083 - Leak image explicitly in SurfaceCache::ReleaseImageOnMainThread. r=xpcom-reviewers,nika,emilio

Differential Revision: https://phabricator.services.mozilla.com/D206346
This commit is contained in:
Jens Stutte 2024-04-02 15:55:54 +00:00
Родитель ad214075f8
Коммит 7be82ed20f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1945,6 +1945,7 @@ void SurfaceCache::ReleaseImageOnMainThread(
// Don't try to dispatch the release after shutdown, we'll just leak the
// runnable.
if (AppShutdown::IsInOrBeyond(ShutdownPhase::XPCOMShutdownFinal)) {
Unused << aImage;
return;
}