am 34ff5fe3: am 74b90b30: Merge "screen_ui: Initialize text buffer"

* commit '34ff5fe3f59abfb1984189ade32059cc47bf97e5':
  screen_ui: Initialize text buffer
This commit is contained in:
Doug Zongker
2014-05-13 17:31:51 +00:00
committed by Android Git Automerger

View File

@@ -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;
}