Code review comment for lp:~mzanetti/unity8/async-dashcommunicator

Revision history for this message
Albert Astals Cid (aacid) wrote :

if (m_dbusInterface) {
    delete m_dbusInterface;
}

You can just remove the if.

review: Needs Fixing

« Back to merge proposal