Skip to content

Commit 439a218

Browse files
zhongwuzwiskakaushik
authored andcommitted
Fixes labelPrefix memory leak in FlutterEngine (flutter#14674)
1 parent 29e857c commit 439a218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ - (instancetype)initWithName:(NSString*)labelPrefix
122122
}
123123

124124
- (void)dealloc {
125+
[_labelPrefix release];
125126
[_pluginPublications release];
126127
_binaryMessenger.parent = nil;
127128
[_binaryMessenger release];

0 commit comments

Comments
 (0)