Closed m-bialek closed 2 years ago
Fixes three errors from static analysis:
frame
nullptr
frame->Submit();
last_baton_
client_id_
I guess this is not something we fixed... Shouldn't it be submitted upstream? :eyes:
Thanks for the fix but please refer to this: https://github.com/flutter-tizen/engine/pull/218#issuecomment-990494514
Fixes three errors from static analysis:
frame
isnullptr
beforeframe->Submit();
(there is a similar check on the next lines)last_baton_
(it is used but never initialized)client_id_
(it is set in another method but I believe it should be initialized)