Fix memory leaks in the chcpu

This commit is contained in:
jiazhenyuan 2021-09-06 16:50:27 +08:00
parent 597ccb7bf5
commit a283ad4ed2
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ int main(int argc, char *argv[])
break;
}
CPU_FREE(cpu_set);
ul_unref_path(sys);
return rc == 0 ? EXIT_SUCCESS :