mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1212986 - Background ChildImpl should delete its Transport. r=mrbkap
This commit is contained in:
parent
5d0c256296
commit
337686082c
@ -440,6 +440,8 @@ private:
|
||||
// This class is reference counted.
|
||||
~ChildImpl()
|
||||
{
|
||||
XRE_GetIOMessageLoop()->PostTask(FROM_HERE,
|
||||
new DeleteTask<Transport>(GetTransport()));
|
||||
AssertActorDestroyed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user