mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 979394 - fix calling Unmap() in GrallocImage r=nical
This commit is contained in:
parent
3887c423c1
commit
3e0a19a183
@ -368,6 +368,7 @@ GrallocImage::GetAsSourceSurface()
|
||||
mSize,
|
||||
surface->GetData(),
|
||||
surface->Stride());
|
||||
surface->Unmap();
|
||||
return surface;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user