Commits
Simon Glass committed fb952839310
spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() Move the strdup() call so that it is only done when we know we will bind the device. Reported-by: Coverity (CID: 131216) Signed-off-by: Simon Glass <sjg@chromium.org>