зеркало из https://github.com/mozilla/gecko-dev.git
Bug 836107 - Initialize mTask, a member variable of UnixSocketImpl, with nullptr, r=qdot
This commit is contained in:
Родитель
ee6745be4e
Коммит
016d8b06f6
|
@ -47,6 +47,7 @@ public:
|
|||
const nsACString& aAddress)
|
||||
: mConsumer(aConsumer)
|
||||
, mIOLoop(nullptr)
|
||||
, mTask(nullptr)
|
||||
, mFd(-1)
|
||||
, mConnector(aConnector)
|
||||
, mCurrentTaskIsCanceled(false)
|
||||
|
|
Загрузка…
Ссылка в новой задаче