A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuejs/vue/commit/405d8e9f4c3201db2ae0e397d9191d9b94edc219 below:

prevent memory leak due to circular reference in vnodes · vuejs/vue@405d8e9 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-0

lines changed Original file line number Diff line number Diff line change

@@ -133,6 +133,10 @@ export function lifecycleMixin (Vue: Class<Component>) {

133 133

if (vm.$el) {

134 134

vm.$el.__vue__ = null

135 135

}

136 +

// release circular reference (#6759)

137 +

if (vm.$vnode) {

138 +

vm.$vnode.parent = null

139 +

}

136 140

}

137 141

}

138 142

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4