commit | d774c4852bc1118f8dd6336414b53c74d4f562be | [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 | 57a5e297f8926da7174badfe9bf80cdbb068dae8 [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>