Skip to content

Commit 9e2c846

Browse files
authored
Fix a crash in stop phase of Tizen engine (flutter-tizen#12)
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
1 parent a2d8464 commit 9e2c846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/tizen/tizen_embedder_engine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class TizenEmbedderEngine {
138138
// A callback to be called when the engine (and thus the plugin registrar)
139139
// is being destroyed.
140140
FlutterDesktopOnPluginRegistrarDestroyed
141-
plugin_registrar_destruction_callback_;
141+
plugin_registrar_destruction_callback_{nullptr};
142142

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

0 commit comments

Comments
 (0)