Merge " Fix memory Leak due to SurfaceView not being detached."

This commit is contained in:
Jean-Baptiste Queru
2010-11-24 14:36:59 -08:00
committed by Android Code Review
+1
View File
@@ -213,6 +213,7 @@ public class AllApps3D extends RSSurfaceView
destroyRenderScript();
sRS = null;
sRollo = null;
super.onDetachedFromWindow();
}
}