Network::groupPorts memory error
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
dda280127e
commit
18cd020ded
|
|
@ -342,7 +342,7 @@ private:
|
|||
BusPort::BusPort(const char *name,
|
||||
int from,
|
||||
PortDirection *direction) :
|
||||
name_(name),
|
||||
name_(stringCopy(name)),
|
||||
from_(from),
|
||||
to_(from),
|
||||
direction_(direction),
|
||||
|
|
|
|||
Loading…
Reference in New Issue