flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Static analysis fixes #218

Closed JRazek closed 2 years ago

JRazek commented 2 years ago

Removed default constructor from GLContextSwitch and initialize context_ from GLContextSwitch(std::unique_ptr<SwitchableGLContext> context)

Prevent data dereference when null.

Removed GLContextResult()

swift-kim commented 2 years ago

We shouldn't make patches to the upstream code in our forked repo unless there's a special reason. Consider opening an issue in the upstream repo if you want to fix these issues.