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

Commit 2c131c37 authored by Phil Burk's avatar Phil Burk Committed by Android (Google) Code Review
Browse files

Merge "liboboe: initialize mHasThread"

parents 295a4775 ec73c30e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ private:
    oboe_audio_format_t  mFormat = OBOE_UNSPECIFIED;
    oboe_direction_t     mDirection = OBOE_DIRECTION_OUTPUT;

    bool                 mHasThread;
    bool                 mHasThread = false;
    pthread_t            mThread;
};