Bug 979394 - fix calling Unmap() in GrallocImage r=nical

This commit is contained in:
Sotaro Ikeda 2014-03-07 10:16:35 -08:00
parent 3887c423c1
commit 3e0a19a183

View File

@ -368,6 +368,7 @@ GrallocImage::GetAsSourceSurface()
mSize,
surface->GetData(),
surface->Stride());
surface->Unmap();
return surface;
}