Unverified Commit f5c8f252 by 2xsec Committed by Christian Brauner

coverity: #1438232

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