]> git.sesse.net Git - nageru/blobdiff - mixer.cpp
Fix a crash if somebody is trying to get metrics (or perhaps also tally) while we...
[nageru] / mixer.cpp
index a168b66bcdd41fbbf7e575edf761551fa717b33e..e66a3881975d1ef1ffd2119c0c23ddf3e6e7a375 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -499,6 +499,7 @@ Mixer::Mixer(const QSurfaceFormat &format, unsigned num_cards)
 
 Mixer::~Mixer()
 {
+       httpd.stop();
        BMUSBCapture::stop_bm_thread();
 
        for (unsigned card_index = 0; card_index < num_cards + num_video_inputs + num_html_inputs; ++card_index) {