Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: remoting/ios/display/gl_display_handler.mm

Issue 2886233003: [CRD iOS] Fix the leaky RemotingClient (Closed)
Patch Set: WIP Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/app/remoting_view_controller.mm ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/display/gl_display_handler.mm
diff --git a/remoting/ios/display/gl_display_handler.mm b/remoting/ios/display/gl_display_handler.mm
index 2f66b09356c04ceaaf15cd557ce79d2d0d8196d3..a71e3d9b2dd7e3e52f96219997b6aeb4361de808 100644
--- a/remoting/ios/display/gl_display_handler.mm
+++ b/remoting/ios/display/gl_display_handler.mm
@@ -78,7 +78,7 @@ class Core : public protocol::CursorShapeStub, public GlRendererDelegate {
EAGLContext* eagl_context_;
std::unique_ptr<GlRenderer> renderer_;
// GlDemoScreen *demo_screen_;
- id<GlDisplayHandlerDelegate> handler_delegate_;
+ __weak id<GlDisplayHandlerDelegate> handler_delegate_;
// Used on display thread.
base::WeakPtr<Core> weak_ptr_;
« no previous file with comments | « remoting/ios/app/remoting_view_controller.mm ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698