cwFlow.cpp : Fixed possible uninitialized pointer in create().
This commit is contained in:
parent
47aeaabbfb
commit
2fc2f7f4b0
@ -978,7 +978,7 @@ cw::rc_t cw::flow::create( handle_t& hRef,
|
|||||||
unsigned deviceN )
|
unsigned deviceN )
|
||||||
{
|
{
|
||||||
rc_t rc = kOkRC;
|
rc_t rc = kOkRC;
|
||||||
const object_t* network;
|
const object_t* network = nullptr;
|
||||||
bool printClassDictFl = false;
|
bool printClassDictFl = false;
|
||||||
bool printNetworkFl = false;
|
bool printNetworkFl = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user