* commit '48abd574cb1b7b0adbe1de36224fb974182aaa2d': screen_ui: Initialize text buffer
This commit is contained in:
commit
8c7457a2c5
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
|
|||
for (int i = 0; i < 5; i++)
|
||||
backgroundIcon[i] = NULL;
|
||||
|
||||
memset(text, 0, sizeof(text));
|
||||
|
||||
pthread_mutex_init(&updateMutex, NULL);
|
||||
self = this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue