mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-22 05:57:30 +02:00
Network::groupPorts memory error
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user