Bug 781380 - Fix cairo surface memory leak in DrawTargetCairo::DrawSurfaceWithShadow(). r=roc

This commit is contained in:
Anthony Jones 2012-08-23 19:50:59 -04:00
parent f43050747b
commit 590ba32d85

View File

@ -466,6 +466,7 @@ DrawTargetCairo::DrawSurfaceWithShadow(SourceSurface *aSurface,
cairo_restore(mContext);
cairo_pattern_destroy(pat);
cairo_surface_destroy(blursurf);
}
void