Unverified Commit 3a88eb8e by 2xsec

coverity: #1438232

Failure to restore non-local value Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 2082ac62
......@@ -1911,8 +1911,9 @@ on_success:
bret = true;
on_error:
free(fpath);
*lastslash = oldv;
free(fpath);
free(isolcpus);
free(isolmask);
......
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