Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit f4259f3

Browse files
vsavkinrkirov
authored andcommitted
fix(scope): fix a potential memory leak
1 parent f9fe85d commit f4259f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core/scope.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ class Scope {
516516
rootScope._domReadCounter --;
517517
_domReadHead = _domReadHead._next;
518518
}
519+
_domReadTail = null;
519520
}
520521

521522

0 commit comments

Comments
 (0)