Unverified Commit 13684ca4 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Fix a leak. (#141312)

parent a94c14e0
......@@ -218,6 +218,7 @@ void main() {
final GlobalKey<NestedScrollViewState> outerKey = GlobalKey();
final ScrollController outerController = ScrollController();
addTearDown(outerController.dispose);
Widget build() {
return Directionality(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment