Skip to content

Commit

Permalink
Remove use of a SceneBuilder member after deletion (flutter#4209)
Browse files Browse the repository at this point in the history
ClearDartWrapper will delete this SceneBuilder, causing deletion of the
LayerBuilder
  • Loading branch information
jason-simmons authored Oct 12, 2017
1 parent b28933d commit b3167a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/compositing/scene_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ fxl::RefPtr<Scene> SceneBuilder::build() {
layer_builder_->GetCheckerboardRasterCacheImages(),
layer_builder_->GetCheckerboardOffscreenLayers());
ClearDartWrapper();
layer_builder_.reset();
return scene;
}

Expand Down

0 comments on commit b3167a0

Please sign in to comment.