Hopefully assist garbage collector.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f02ccba2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f02ccba2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f02ccba2 Branch: refs/heads/feature/mdl Commit: f02ccba20f91e4a5950bcc53ad8dd50e20475794 Parents: 4b3512a Author: yishayw <[email protected]> Authored: Fri Dec 16 22:04:06 2016 +0200 Committer: yishayw <[email protected]> Committed: Fri Dec 16 22:04:06 2016 +0200 ---------------------------------------------------------------------- .../Effects/src/main/flex/org/apache/flex/utils/LayoutTweener.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f02ccba2/frameworks/projects/Effects/src/main/flex/org/apache/flex/utils/LayoutTweener.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/src/main/flex/org/apache/flex/utils/LayoutTweener.as b/frameworks/projects/Effects/src/main/flex/org/apache/flex/utils/LayoutTweener.as index 0e7a438..13a8c9f 100644 --- a/frameworks/projects/Effects/src/main/flex/org/apache/flex/utils/LayoutTweener.as +++ b/frameworks/projects/Effects/src/main/flex/org/apache/flex/utils/LayoutTweener.as @@ -87,6 +87,7 @@ package org.apache.flex.utils public function play():void { var effects:Array = getEffects(sourceLayoutParent, mockLayoutParent); + _mockLayoutParent = null; sourceLayout.strand = sourceLayoutParent as IStrand; if (effects && effects.length > 0) {
