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

Commit 0dccc888 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove useless memset from init.

Change-Id: Ia880810bb2c9a976dceeb0ffdba0cb98e69e3c6d
parent 5aa097c8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -679,7 +679,6 @@ ret:
    if (urandom_fd != -1) {
        close(urandom_fd);
    }
    memset(buf, 0, sizeof(buf));
    return result;
}