eiz / SynchronousAudioRouter

Low latency application audio routing for Windows
http://sar.audio/
GNU General Public License v3.0
1.02k stars 136 forks source link

Fix crash on call to SarAsioWrapper::stop before SarAsioWrapper::start #30

Closed guusw closed 6 years ago

guusw commented 6 years ago

FL Studio seems to call stop before ever calling star, which would cause a null pointer dereference here. Doesn't hurt to add an extra check here