update src/create_pcid.c,删去401行capVectorPtr置空语句

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-05-21 02:36:31 +00:00
committed by Gitee
parent 50390da752
commit 53ccc3c45e
-1
View File
@@ -398,7 +398,6 @@ int32_t GetPriSyscap(PCIDMain *pcidMain, cJSON *sysCapObject, size_t contextBufL
PRINT_ERR("cJSON_AddItemToObject failed\n");
return GetPriSyscapResult(capVectorPtr, -1);
}
capVectorPtr = NULL;
return 0;
}