This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 2c53043
Chris Yang
[ios] Fix testDeallocated failing locally. (#45663)
Moving the code block to autorelease pool to ensure the FlutterEngine is released in the test.
Fixes: flutter/flutter#134388
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style1 parent 54eac35 commit 2c53043
File tree
1 file changed
+1
-1
lines changed- shell/platform/darwin/ios/framework/Source
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments