Skip to content

Commit

Permalink
Fixed|Client: Crash at shutdown
Browse files Browse the repository at this point in the history
~WidgetActions accesses the singleton ClientApp's InputSystem, so
WidgetActions must be deleted first.
  • Loading branch information
skyjake committed Nov 6, 2014
1 parent 33f20e8 commit 9b8f7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/clientapp.cpp
Expand Up @@ -215,6 +215,7 @@ DENG2_PIMPL(ClientApp)
delete svLink;
delete renderSys;
delete resourceSys;
widgetActions.reset();
delete inputSys;
delete menuBar;
clientAppSingleton = 0;
Expand Down

0 comments on commit 9b8f7ed

Please sign in to comment.