]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/smux.cpp
Fix occasional crash on second and more reload in SMUX plugin
[stg.git] / projects / stargazer / plugins / other / smux / smux.cpp
index f1c94d11b2bc18023bc9b05c9ef264597dffc2ef..551a28f1f09369d4c1b2cfc8e56cc078bf9701f6 100644 (file)
@@ -473,4 +473,5 @@ while (it != notifiers.end())
     it->GetUserPtr()->GetProperty().tariffName.DelAfterNotifier(&(*it));
     ++it;
     }
+notifiers.clear();
 }