Bug 1012386 - Release the CGImage we addref'd in DrawTargetCG::CopySurface. r=jrmuizel

This commit is contained in:
Matt Woodrow 2014-05-21 18:43:16 +12:00
Родитель f282962b45
Коммит 869cbbd129
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1253,6 +1253,7 @@ DrawTargetCG::CopySurface(SourceSurface *aSurface,
CGContextDrawImage(mCg, flippedRect, image);
CGContextRestoreGState(mCg);
CGImageRelease(image);
}
}