Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c14c2de5 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/23914022'] into udc-release.

Change-Id: I6efcaa493569babe8caec5630434486584f1c17a
parents c45d75d2 9d9c3163
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ namespace android {
class MtpDataPacket;

struct MtpPropertyValue {
    // pointer str initialized to NULL so that free operation
    // is not called for pre-assigned value
    MtpPropertyValue() : str (NULL) {}
    union {
        int8_t          i8;
        uint8_t         u8;