Skip to content

Commit 5070dd0

Browse files
author
The Android Automerger
committed
Revert "Merge "Fix potential segfault in RS watchdog." into ics-mr0"
This reverts commit af67522, reversing changes made to 6e91e5b.
1 parent 5db81e1 commit 5070dd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/rs/rsContext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ Context::Context() {
359359
mTargetSdkVersion = 14;
360360
mDPI = 96;
361361
mIsContextLite = false;
362-
memset(&watchdog, 0, sizeof(watchdog));
363362
}
364363

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

0 commit comments

Comments
 (0)