| Index: src/core/SkMaskFilter.cpp
|
| diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
|
| index 8b9792c2c4fbddf182acb3726586709a34a13693..b8e632d0a3b51563f78af98b252a52fd2334e1cb 100644
|
| --- a/src/core/SkMaskFilter.cpp
|
| +++ b/src/core/SkMaskFilter.cpp
|
| @@ -223,7 +223,6 @@ bool SkMaskFilter::filterRRect(const SkRRect& devRRect, const SkMatrix& matrix,
|
| }
|
| draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip,
|
| bounder, blitter);
|
| - SkMask::FreeImage(patch.fMask.fImage);
|
| return true;
|
| }
|
|
|
| @@ -248,7 +247,6 @@ bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix,
|
| case kTrue_FilterReturn:
|
| draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter,
|
| 1 == rectCount, clip, bounder, blitter);
|
| - SkMask::FreeImage(patch.fMask.fImage);
|
| return true;
|
|
|
| case kUnimplemented_FilterReturn:
|
|
|