mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836107 - Initialize mTask, a member variable of UnixSocketImpl, with nullptr, r=qdot
This commit is contained in:
parent
2a29190955
commit
21f9faaf65
@ -47,6 +47,7 @@ public:
|
||||
const nsACString& aAddress)
|
||||
: mConsumer(aConsumer)
|
||||
, mIOLoop(nullptr)
|
||||
, mTask(nullptr)
|
||||
, mFd(-1)
|
||||
, mConnector(aConnector)
|
||||
, mCurrentTaskIsCanceled(false)
|
||||
|
Loading…
Reference in New Issue
Block a user