Skip to content

Commit fa46767

Browse files
zhuzhuaicodingtangjinzhou
authored and
tangjinzhou
committed
fix(ContainerRender): memory leak when invoke removeContainer (#734)
1 parent 7d8068b commit fa46767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/_util/ContainerRender.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default {
3636
this._component && this._component.$destroy();
3737
this.container.parentNode.removeChild(this.container);
3838
this.container = null;
39+
this._component = null;
3940
}
4041
},
4142

0 commit comments

Comments
 (0)