vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.3.23] VDataTableServer memory leak

Open volarname opened this issue 2 years ago • 1 comments

Environment

Vuetify Version: 3.3.23 Vue Version: 3.3.7 Browsers: Chrome 118.0.0.0 OS: Windows

Steps to reproduce

using reproduction link:

  • clone repository
  • check README.md inside repository

without reproduction link:

  • it's really simple, just create any VDataTableServer example and try to mount and unmount the component for example using changing the route
  • force garbage collect and compare memory usage at start and after several mounts/unmounts

Expected Behavior

VDataTableServer component after being unmounted should not affect memory, all its temp data inside memory should be cleared

Actual Behavior

memory leak, after being unmounted, in memory stays some data

Reproduction Link

https://github.com/volarname/vuetify-memory-leak

Other comments

volarname avatar Nov 05 '23 10:11 volarname

I don't see any significant memory increase even with 1000 iterations. Screenshot_20231123_184104 Screenshot_20231123_184132

Screenshot_20231123_184615

KaelWD avatar Nov 23 '23 07:11 KaelWD