am 74b90b30: Merge "screen_ui: Initialize text buffer"
* commit '74b90b309f67dc3b8bb74e47c4eddf7ce511bc35': screen_ui: Initialize text buffer
This commit is contained in:
@@ -77,6 +77,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user