修改编译错误

This commit is contained in:
shaozhimin 2023-04-03 11:43:05 +08:00
parent 1c76c9857b
commit 0abb4cbccd
2 changed files with 8 additions and 9 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
libkysdk-system (2.0.0.0-ok8) yangtze; urgency=medium
*Bug号
*需求号:
*其他修改:修改编译错误
-- szm-min <shaozhimin@kylinos.cn> Mon, 03 Apr 2023 11:41:11 +0800
libkysdk-system (2.0.0.0-ok7) yangtze; urgency=medium
*Bug号

View File

@ -60,14 +60,5 @@ int main()
count ++;
}
kdk_resolving_freeall(name);
char *ver = kdk_system_get_systemCategory();
printf("系统版本类别 = %s\n", ver);
free(ver);
ver = kdk_system_get_cloudPlatformType();
printf("云平台类型 = %s\n", ver);
free(ver);
return 0;
}