commit | a52a178f0b4dce6a85a45ccea348be92fc7f1b6d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 12 18:11:31 2014 +0530 |
committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | Wed Aug 06 00:18:01 2014 +0530 |
tree | 1eded5df5766c279cbc454407d6d3672225c0d65 | |
parent | 25b4adbba018633b943a99322bfb2fb819c0bafb [diff] |
sf: sf_ops: Stop leaking memory It's usually a common pattern to free() the memory that we allocated. Implement this here to stop leaking memory. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>