mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 964132 - [RTSP] Fix the cycle reference in RtpsMediaResource. r=sworkman
This commit is contained in:
parent
421391f4c5
commit
08847cde7f
@ -204,7 +204,7 @@ public:
|
||||
void Revoke() { mResource = nullptr; }
|
||||
|
||||
private:
|
||||
nsRefPtr<RtspMediaResource> mResource;
|
||||
RtspMediaResource* mResource;
|
||||
};
|
||||
friend class Listener;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user