exeldro / obs-audio-monitor

audio monitor filter for OBS Studio
GNU General Public License v2.0
282 stars 29 forks source link

Memory leaks on fresh OBS 27.2 Installation #47

Closed WizardCM closed 2 years ago

WizardCM commented 2 years ago

Reproduction steps:

  1. Download & install a fresh copy of OBS Studio 27.2.0 (or use the zip version) in portable mode
  2. Load then close OBS
  3. 0 memory leaks
  4. Install the ZIP version of this plugin
  5. Load then close OBS
  6. 2 memory leaks

These 2 leaks appear with or without the dock visible, with a fully vanilla configuration.

In summary:

Log: 2022-02-18 22-29-58.txt

Noticed when trying to track down leaks in my main installation. I'm personally seeing 31 leaks from this plugin there, likely due to source count.

exeldro commented 2 years ago

this should be fixed by https://github.com/exeldro/obs-audio-monitor/commit/bfbf4ea66561a082603a3b668973f7ccd522bd4a download and test the build from here: https://github.com/exeldro/obs-audio-monitor/actions/runs/1868886892

WizardCM commented 2 years ago

Confirmed - no more memory leaks on my side. Thanks!