A-tG / VoicemeeterFancyOSD

On-screen display for Voicemeeter that works with fullscreen apps.
MIT License
153 stars 4 forks source link

Known issue: memory leak if Voicemeeter type changed #1

Closed A-tG closed 3 years ago

A-tG commented 3 years ago

Garbage collector doesn't release some UI elements and parameters properly. For example when user exits Voicemeeter Potato and launch Voicemeeter Banana while VoicemeeterFancyOSD is running.

No clues why its happening. Might be because of custom UserControl names, usage of x:Name, or some WPF internal bug.

A-tG commented 3 years ago

Was caused by DynamicResource markup extension and ResourceDictionary