Chromium Code Reviews| Index: pkg/analyzer/lib/src/context/context.dart |
| diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart |
| index 3ceb7b9ba35109326d317c001c2eee944348cfac..fdbba5bdb46d8d580074475c3911acfe94709ef9 100644 |
| --- a/pkg/analyzer/lib/src/context/context.dart |
| +++ b/pkg/analyzer/lib/src/context/context.dart |
| @@ -678,6 +678,7 @@ class AnalysisContextImpl implements InternalAnalysisContext { |
| } |
| } |
| _pendingFutureTargets.clear(); |
| + _privatePartition.dispose(); |
| } |
| @override |