Skip to content

Commit

Permalink
Call Shutdown upon EmbedLitePuppetWidget tierdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Apr 5, 2019
1 parent 24dc4c3 commit c5072a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions embedding/embedlite/embedshared/EmbedLitePuppetWidget.cpp
Expand Up @@ -284,8 +284,7 @@ EmbedLitePuppetWidget::Destroy()
mWindow = nullptr;
mView = nullptr;

// DestroyCompositor does noting in case the widget does not have one.
DestroyCompositor();
Shutdown();

#if DEBUG
DumpWidgetTree();
Expand Down

0 comments on commit c5072a3

Please sign in to comment.