Skip to content

Commit

Permalink
Fix a crash in stop phase of Tizen engine (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
  • Loading branch information
bbrto21 authored Dec 17, 2020
1 parent a2d8464 commit 9e2c846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/tizen/tizen_embedder_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class TizenEmbedderEngine {
// A callback to be called when the engine (and thus the plugin registrar)
// is being destroyed.
FlutterDesktopOnPluginRegistrarDestroyed
plugin_registrar_destruction_callback_;
plugin_registrar_destruction_callback_{nullptr};

// The plugin registrar managing internal plugins.
std::unique_ptr<flutter::PluginRegistrar> internal_plugin_registrar_;
Expand Down

0 comments on commit 9e2c846

Please sign in to comment.