mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
[network] Hold a strong ref to mChannel in OpenConn
This commit is contained in:
@@ -520,7 +520,7 @@ private:
|
||||
~nsOpenConn() { MOZ_COUNT_DTOR(nsOpenConn); }
|
||||
|
||||
nsCString mAddress;
|
||||
WebSocketChannel *mChannel;
|
||||
RefPtr<WebSocketChannel> mChannel;
|
||||
};
|
||||
|
||||
void ConnectNext(nsCString &hostName)
|
||||
|
||||
Reference in New Issue
Block a user