commit | ffe67c2fabf128122b30fbf0ac498928e171b0b3 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Sun Aug 21 15:57:33 2016 +0800 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Aug 24 11:20:58 2016 -0300 |
tree | f0c0aa161d0b99b078817b3750f59df9d081f99c | |
parent | 04e11960aa9a5edbe612dd8623190e341aedab35 [diff] |
perf tools: Fix error handling of lzma decompression lzma_decompress_to_file() never actually closes the file pointer, let's fix it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1471766253-1964-1-git-send-email-shawn.lin@rock-chips.com [ Make err = -1, the common case, set it to 0 before the error label ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>