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

This commit is contained in:
Stephen Hines
2011-10-31 17:14:58 -07:00
committed by Android (Google) Code Review

View File

@@ -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) {