-
- Downloads
main: Avoid unncessary strdup()/free()
It doesn't seem necessary to use memory allocation in this code. The setenv()
will make a copy anyway.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Please register or sign in to comment
It doesn't seem necessary to use memory allocation in this code. The setenv()
will make a copy anyway.
Signed-off-by:
Simon Glass <sjg@chromium.org>