Unverified Commit 375121e4 by Christian Brauner Committed by GitHub

Merge pull request #2525 from 2xsec/bugfix

coverity: #1438392
parents b61a67fa 6926e3b8
...@@ -1897,7 +1897,6 @@ static bool cg_filter_and_set_cpus(char *path, bool am_initialized) ...@@ -1897,7 +1897,6 @@ static bool cg_filter_and_set_cpus(char *path, bool am_initialized)
copy_parent: copy_parent:
*lastslash = oldv; *lastslash = oldv;
if (fpath)
free(fpath); free(fpath);
fpath = must_make_path(path, "cpuset.cpus", NULL); fpath = must_make_path(path, "cpuset.cpus", NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment