univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
588 stars 57 forks source link

[Bug] It seems there is a bug in visualizer_source::update #33

Closed walker-WSH closed 3 years ago

walker-WSH commented 3 years ago

Hello: While studying this plugin, I find this code: If "!m_visualizer" then delete m_visualizer ?

Should we check _if(mvisualizer!=NULL) before deleting it ? Please confirm it, thanks.

1600914039

univrsal commented 3 years ago

No because deleting a null pointer doesn't do anything.