diff --git a/Listener/CBLHTTPConnection.h b/Listener/CBLHTTPConnection.h index ebca56214..ddbd343a7 100644 --- a/Listener/CBLHTTPConnection.h +++ b/Listener/CBLHTTPConnection.h @@ -24,7 +24,7 @@ /** Trivial HTTPServer subclass that just adds synthesized `listener` and `cblServer` properties. */ @interface CBLHTTPServer : HTTPServer -@property (retain) CBLListener* listener; +@property (weak) CBLListener* listener; @property (retain) CBL_Server* cblServer; @end