Loading media/mtp/MtpServer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ MtpResponseCode MtpServer::doGetObjectPropsSupported() { MtpObjectFormat format = mRequest.getParameter(1); MtpDevicePropertyList* properties = mDatabase->getSupportedObjectProperties(format); mData.putAUInt16(properties); delete[] properties; delete properties; return MTP_RESPONSE_OK; } Loading Loading
media/mtp/MtpServer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ MtpResponseCode MtpServer::doGetObjectPropsSupported() { MtpObjectFormat format = mRequest.getParameter(1); MtpDevicePropertyList* properties = mDatabase->getSupportedObjectProperties(format); mData.putAUInt16(properties); delete[] properties; delete properties; return MTP_RESPONSE_OK; } Loading