PathVertex missing init for null path

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-01-13 10:51:58 -07:00
parent 2e9e3ca7e3
commit 561a89ce1d
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ PathVertex::PathVertex(const PathVertexRep *path,
{
if (path)
init(path->vertex(sta), path->tag(sta), sta);
else
init();
}
PathVertex::PathVertex(const PathVertexRep &path,