We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d8464 commit 9e2c846Copy full SHA for 9e2c846
shell/platform/tizen/tizen_embedder_engine.h
@@ -138,7 +138,7 @@ class TizenEmbedderEngine {
138
// A callback to be called when the engine (and thus the plugin registrar)
139
// is being destroyed.
140
FlutterDesktopOnPluginRegistrarDestroyed
141
- plugin_registrar_destruction_callback_;
+ plugin_registrar_destruction_callback_{nullptr};
142
143
// The plugin registrar managing internal plugins.
144
std::unique_ptr<flutter::PluginRegistrar> internal_plugin_registrar_;
0 commit comments