Initialise m_Callbacks field to NULL in empty constructor.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
|
||||
|
||||
cCallbackSslContext::cCallbackSslContext(void)
|
||||
cCallbackSslContext::cCallbackSslContext(void) :
|
||||
m_Callbacks(NULL)
|
||||
{
|
||||
// Nothing needed, but the constructor needs to exist so
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user