Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c870949

Browse files
author
Chris Yang
committed
fix
1 parent 9d5d996 commit c870949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ - (FlutterClippingMaskView*)getMaskViewWithFrame:(CGRect)frame {
491491
maskView.frame = frame;
492492
[maskView reset];
493493
[self.pool removeObject:maskView];
494-
return [[maskView retain] autorelease];
494+
return maskView;
495495
}
496496

497497
- (void)insertViewToPool:(FlutterClippingMaskView*)maskView {

0 commit comments

Comments
 (0)