From 54b212c75e17ffb963b1266c31f1908a1a70ca71 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 2 Nov 2011 20:58:26 -0700 Subject: [PATCH] Revert "Merge "Fix potential segfault in RS watchdog." into ics-mr0" This reverts commit af675222f6340a8a9edbe9e8635014a18521e5e0, reversing changes made to 6e91e5b689a3eb8e6a6f3c038322b8044a9d6670. --- libs/rs/rsContext.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index 5291a1f73f2e3..948ecf90a732e 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp @@ -359,7 +359,6 @@ Context::Context() { mTargetSdkVersion = 14; mDPI = 96; mIsContextLite = false; - memset(&watchdog, 0, sizeof(watchdog)); } Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) {