Merge "screen_ui: Initialize text buffer"
This commit is contained in:
@@ -75,6 +75,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
|
|||||||
for (int i = 0; i < 5; i++)
|
for (int i = 0; i < 5; i++)
|
||||||
backgroundIcon[i] = NULL;
|
backgroundIcon[i] = NULL;
|
||||||
|
|
||||||
|
memset(text, 0, sizeof(text));
|
||||||
|
|
||||||
pthread_mutex_init(&updateMutex, NULL);
|
pthread_mutex_init(&updateMutex, NULL);
|
||||||
self = this;
|
self = this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user