SdcNetwork memory error

This commit is contained in:
James Cherry 2019-07-01 07:37:52 -07:00
parent ed6ed7c74b
commit 8fa2dd674c
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ SdcNetwork::parsePath(const char *path,
internalError("inst path string lenth estimate busted");
}
*p = '\0';
stringDelete(inst_path);
// stringDelete(inst_path);
}
// Helper to visit instance path matches.