Frosthaven / voicemeeter-windows-volume

Tray app that allows you to sync windows volume and mute state to Voicemeeter volume controls
278 stars 9 forks source link

Memory leak. #6

Closed TheBoogle closed 2 years ago

TheBoogle commented 2 years ago

Ran the program for around 8 hours and at the end of the day was using around this much memory.

image

How much it uses when I first run it.

image

Specs

image image

Frosthaven commented 2 years ago

Yep, good eye! And thanks for the report!

This has been addressed as of this pre-release

Long story short, a required dependency was flooding the memory with unhandled event bloat. I've rebuilt my own audio polling into this app to no longer rely on the offending package.

I'll be taking it out of pre-release status this week if all goes well while ironing out the "known issues" listed therein. Let me know how this pre-release treats you!

I'll be keeping this ticket open until the linked pre-release is finalized.

TheBoogle commented 2 years ago

Thanks for the quick response! Using less memory already, very awesome, thank you.

Frosthaven commented 2 years ago

Closed as of v1.6.1.0 release

Thanks again for the support!