commit | 7e5958dd17125eb2c2724644f2e42d7228417af7 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Dec 29 16:24:56 2009 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Dec 29 16:24:56 2009 -0500 |
tree | 7a1aca67517a689a54c6dab8a2b4b74a1d8f060e | |
parent | 307e9d0956d32bcf12b20400386289baab23223a [diff] |
trace-cmd: Do not close dir if it was not opened The fix for a memory leak with closedir incorrectly added the close in the fail path. There is no failure condition after the opendir. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>