refactor: Cleanup
This commit is contained in:
parent
489f3ce480
commit
4b0e648cb8
5 changed files with 128 additions and 199 deletions
src/components
|
@ -62,10 +62,12 @@ controller::~controller() {
|
|||
m_eventloop.reset();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
if (m_ipc) {
|
||||
m_log.info("Deconstructing ipc");
|
||||
m_ipc.reset();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_bar) {
|
||||
m_log.info("Deconstructing bar");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue