fix(xcb): Deallocate using deleter

This commit is contained in:
Michael Carlberg
2016-12-03 16:44:08 +01:00
parent 086e498388
commit ef9b37447b
9 changed files with 39 additions and 23 deletions

View File

@ -118,7 +118,6 @@ controller::~controller() {
}
m_connection.flush();
m_connection.disconnect();
}
/**