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

Commit af3a854b authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0

* commit 'af675222':
  Fix potential segfault in RS watchdog.
parents cd84197a af675222
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -359,6 +359,7 @@ Context::Context() {
    mTargetSdkVersion = 14;
    mDPI = 96;
    mIsContextLite = false;
    memset(&watchdog, 0, sizeof(watchdog));
}

Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) {