Merge "screen_ui: Initialize text buffer"

This commit is contained in:
Doug Zongker
2014-05-13 17:25:51 +00:00
committed by Gerrit Code Review

View File

@@ -75,6 +75,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;
}