mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[network] Hold a strong ref to mChannel in OpenConn
This commit is contained in:
parent
850464c616
commit
613cd8f4cb
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ private:
|
|||
~nsOpenConn() { MOZ_COUNT_DTOR(nsOpenConn); }
|
||||
|
||||
nsCString mAddress;
|
||||
WebSocketChannel *mChannel;
|
||||
RefPtr<WebSocketChannel> mChannel;
|
||||
};
|
||||
|
||||
void ConnectNext(nsCString &hostName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue