refs #93, initialize all member pointers to nullptr at the top of the constructor, as mentioned by MS in #93

This commit is contained in:
Klaus Basan
2014-02-08 02:58:52 +01:00
parent f245ea1283
commit e46a883f08

View File

@@ -24,7 +24,8 @@ namespace BlackCore
* Init this context
*/
CContextNetwork::CContextNetwork(CCoreRuntime *runtime) :
IContextNetwork(runtime), m_network(nullptr)
IContextNetwork(runtime), m_network(nullptr), m_networkManager(nullptr),
m_atcBookingTimer(nullptr), m_dataUpdateTimer(nullptr)
{
// 1. Init by "network driver"