From 8fa2dd674ce47ef4f619362836c9f7473c1cb635 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Mon, 1 Jul 2019 07:37:52 -0700 Subject: [PATCH] SdcNetwork memory error --- network/SdcNetwork.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/SdcNetwork.cc b/network/SdcNetwork.cc index 85131e54..ecf3c4dd 100644 --- a/network/SdcNetwork.cc +++ b/network/SdcNetwork.cc @@ -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.