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

* commit 'e678b41cdb56847c094260607ea39aea4abb808e':
  Fix setName use-after-free
This commit is contained in:
John Reck
2015-05-04 17:42:26 +00:00
committed by Android Git Automerger

View File

@@ -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) {