зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1318854 - Null check the right pointer in RecvReadback. r=dvander
This commit is contained in:
Родитель
6c7788b023
Коммит
db4bd4aa1a
|
@ -198,7 +198,7 @@ VideoDecoderManagerParent::RecvReadback(const SurfaceDescriptorGPUVideo& aSD, Su
|
|||
}
|
||||
|
||||
RefPtr<SourceSurface> source = image->GetAsSourceSurface();
|
||||
if (!image) {
|
||||
if (!source) {
|
||||
*aResult = null_t();
|
||||
return IPC_OK();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче