Merge "Fix potential segfault in RS watchdog." into ics-mr0
This commit is contained in:
committed by
Android (Google) Code Review
commit
af675222f6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user