* commit '56b3f887a2a859eaac9f3c3eb2fa18eb5bf396da': Fix a null dereference.
This commit is contained in:
commit
5193aea69a
@ -114,7 +114,7 @@ status_t BnSurfaceComposerClient::onTransact(
|
||||
status_t result = createSurface(name, w, h, format, flags,
|
||||
&handle, &gbp);
|
||||
reply->writeStrongBinder(handle);
|
||||
reply->writeStrongBinder(gbp->asBinder());
|
||||
reply->writeStrongBinder(gbp != NULL ? gbp->asBinder() : NULL);
|
||||
reply->writeInt32(result);
|
||||
return NO_ERROR;
|
||||
} break;
|
||||
|
Loading…
Reference in New Issue
Block a user