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

Commit 48b447fe authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix uninitialized variable"

parents 34c55e3e 266299cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ void SDPLoader::onLoad(const sp<AMessage> &msg) {
        headers = NULL;
    }

    off64_t sdpSize;
    off64_t sdpSize = 0;
    if (err == OK && !mCancelled) {
        err = mHTTPDataSource->getSize(&sdpSize);