FiniteSingularity / obs-composite-blur

A comprehensive blur plugin for OBS that provides several different blur algorithms, and proper compositing.
GNU General Public License v2.0
319 stars 27 forks source link

Bugfix/memory leaks #88

Closed FiniteSingularity closed 8 months ago

FiniteSingularity commented 8 months ago

Fixes several small memory leaks, where some dynamic strings, arrays, and an image file were not being freed when a filter was being destroyed.

Thanks to @YorVeX for reporting the issue, and to @exeldro for helping with the fix.

YorVeX commented 8 months ago

Good job here, in my test setup this got rid of all the memory leaks I had from this plugin! Thanks for your work ❤️