Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74b90b30 authored by Doug Zongker's avatar Doug Zongker Committed by Gerrit Code Review
Browse files

Merge "screen_ui: Initialize text buffer"

parents 1c2cf1db 80a7a464
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}