[client] app: don't call ds->free if the ds was not initialized

This commit is contained in:
Geoffrey McRae
2021-01-27 19:27:19 +11:00
parent 8919d2718f
commit 7d2c9ec447
2 changed files with 11 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ struct AppState
enum RunState state;
struct LG_DisplayServerOps * ds;
bool dsInitialized;
bool stopVideo;
bool ignoreInput;