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,
|
BusPort::BusPort(const char *name,
|
||||||
int from,
|
int from,
|
||||||
PortDirection *direction) :
|
PortDirection *direction) :
|
||||||
name_(name),
|
name_(stringCopy(name)),
|
||||||
from_(from),
|
from_(from),
|
||||||
to_(from),
|
to_(from),
|
||||||
direction_(direction),
|
direction_(direction),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue