diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2013-08-31 01:59:06 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2013-09-30 22:57:49 +0200 |
commit | 80a7a4642be31db7ecd5eaa9e62b78deaa461146 (patch) | |
tree | 6963f23be4300dd6af9564a4acfadfb8b2db216b /screen_ui.cpp | |
parent | Merge "verifier: update to support certificates using SHA-256" (diff) | |
download | android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.tar android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.tar.gz android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.tar.bz2 android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.tar.lz android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.tar.xz android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.tar.zst android_bootable_recovery-80a7a4642be31db7ecd5eaa9e62b78deaa461146.zip |
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r-- | screen_ui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp index 93e260936..b53ab1158 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -86,6 +86,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; } |