am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not being detached."

* commit '9aaafd6f3ce36448f4215ac961cfaaf505db79fd':
  Fix memory Leak due to SurfaceView not being detached.
This commit is contained in:
Jean-Baptiste Queru
2010-11-24 14:50:45 -08:00
committed by Android Git Automerger
+1
View File
@@ -213,6 +213,7 @@ public class AllApps3D extends RSSurfaceView
destroyRenderScript();
sRS = null;
sRollo = null;
super.onDetachedFromWindow();
}
}