commit | 596e9a8a69ef2ca04da55d46d6a7569e54962ebb | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Apr 18 15:44:33 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Apr 18 15:44:33 2011 -0400 |
tree | fff514a2937678a919e900373d1fb94cbb504f45 | |
parent | 45ae24b973bd86a0a83c0c054d035de2487b3c30 [diff] |
trace-cmd: Release handle in proper location in trace-output.c tracecmd_append_cpu_data() does not create the handle and should not release it. Move the release of the handle to the location that created it: tracecmd_create_file_glob() Signed-off-by: Steven Rostedt <rostedt@goodmis.org>