Fixed "Trying to time-out an element without counters" errors when outputs are shutting down cleanly.
This commit is contained in:
parent
6dfe97a9c2
commit
a15dc736da
1 changed files with 1 additions and 4 deletions
|
@ -56,10 +56,7 @@ namespace Mist {
|
||||||
myConn.setBlocking(isBlocking);
|
myConn.setBlocking(isBlocking);
|
||||||
}
|
}
|
||||||
|
|
||||||
Output::~Output(){
|
Output::~Output(){}
|
||||||
statsPage.finish();
|
|
||||||
playerConn.finish();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Output::updateMeta(){
|
void Output::updateMeta(){
|
||||||
//read metadata from page to myMeta variable
|
//read metadata from page to myMeta variable
|
||||||
|
|
Loading…
Add table
Reference in a new issue