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

Commit 0405b428 authored by Manoj Gupta's avatar Manoj Gupta Committed by android-build-merger
Browse files

Merge "Fix clang static analyzer warnings." am: b10d705f

am: 87b2535f

Change-Id: I24784df53a0574974f822ee01e2a1f13729176c5
parents 14ee7d4b 87b2535f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -365,6 +365,7 @@ static bool compileShaderLines(GLenum shaderType, const char* const* lines,
    if (!result) {
        fprintf(stderr, "Shader source:\n");
        printShaderSource(lines);
        delete[] src;
        return false;
    }
    delete[] src;