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>
1 file changed