-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
As mentioned in #1111 I believe there is another memory leak. I do not know the exact cause but I have been able to create a very simple app to reproduce it.
Vue.js / vue-router versions
Any recent version
Reproduction Link
https://github.com/jazoom/vue-memory-leak
Steps to reproduce
$ yarn
$ npm run dev
Open Chrome devtools to "Profile" tab
Select "Record Allocation Timeline"
Press "Start" button
In app: Click the link to go to "About" page then back to "Home" page -> repeat multiple times
What is Expected?
The garbage collector should be able to collect the number
elements.
What is actually happening?
It appears there is a memory leak.