cpyarger / obs-midi

Use MIDI devices to trigger events in OBS and vice versa
https://obs-midi.org
GNU General Public License v2.0
168 stars 20 forks source link

Clean up memory leaks #25

Closed cpyarger closed 3 years ago

cpyarger commented 3 years ago

There are a large number of memory leaks in the code, And I will be the first to admit I am a bit lost when trying to deal with them. Any help would be greatly appreciated!

ericfont commented 3 years ago

do you know how to use Valgrind's Memcheck tool to find memory leaks? https://doc.qt.io/qtcreator/creator-analyzer.html

cpyarger commented 3 years ago

No, unfortunately, it is something beyond my skill level.

ericfont commented 3 years ago

ok, well if I can make some time I'll try to look into it.

cpyarger commented 3 years ago

Thanks! Appreciated!