apol accepted this revision. apol added inline comments. This revision is now accepted and ready to land.
INLINE COMMENTS > udisksdevicebackend.cpp:55 > { > - if (s_backends.contains(udi)) { > - DeviceBackend *backend = s_backends.value(udi); > - s_backends.remove(udi); > - delete backend; > - } > + delete s_backends.take(udi); > } Here it was triple look-up! ;) REPOSITORY R245 Solid REVISION DETAIL https://phabricator.kde.org/D10658 To: broulik, #frameworks, davidedmundson, apol Cc: apol, michaelh