termination clean-up
This commit is contained in:
parent
6b05fc87c2
commit
cf9a19e49d
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -622,11 +622,11 @@ int main(int argc, char *argv[])
|
||||||
delete metrics_thread;
|
delete metrics_thread;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete lf;
|
||||||
|
|
||||||
delete cnsl;
|
delete cnsl;
|
||||||
|
|
||||||
delete b;
|
delete b;
|
||||||
|
|
||||||
delete lf;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue