Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-02-14 09:26:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
390ca591158cc853e4342d317c9696d36ab07205
390ca591
1 parent
1fed8182
fix memery leak: '_routesKey' holds the Route reference when the route pop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/get_navigation/src/router_report.dart
lib/get_navigation/src/router_report.dart
View file @
390ca59
...
...
@@ -107,6 +107,7 @@ class RouterReportManager<T> {
_routesKey
[
routeName
]?.
remove
(
element
);
}
}
_routesKey
.
remove
(
routeName
);
keysToRemove
.
clear
();
}
...
...
Please
register
or
login
to post a comment