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

Commit 3a79376b authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 0c7532ff: am e678b41c: Merge "Fix setName use-after-free" into mnc-dev

* commit '0c7532ff':
  Fix setName use-after-free
parents 57b75732 0c7532ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ void RenderProxy::setName(const char* name) {
    SETUP_TASK(setName);
    args->context = mContext;
    args->name = name;
    post(task);
    postAndWait(task);
}

CREATE_BRIDGE2(initialize, CanvasContext* context, ANativeWindow* window) {