refactor: Cleanup

This commit is contained in:
Michael Carlberg
2016-11-13 21:50:21 +01:00
parent 489f3ce480
commit 4b0e648cb8
5 changed files with 128 additions and 199 deletions

View File

@ -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");