Network::groupPorts memory error

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-03-29 07:25:30 -07:00
parent dda280127e
commit 18cd020ded
1 changed files with 1 additions and 1 deletions

View File

@ -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),