From: Namhyung Kim Date: Sat, 7 Jan 2012 17:25:25 +0000 (+0900) Subject: perf script: Add missing closedir() calls X-Git-Tag: v3.3-rc1~51^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946ef2a24523e59e5cf931068ab7e9443c63c9df;p=pandora-kernel.git perf script: Add missing closedir() calls The get_script_path() calls opendir() but misses corresponding closedir()'s. Add them. Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1325957132-10600-1-git-send-email-namhyung@gmail.com Signed-off-by: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed