freedreno: Fix file descriptor leak.
Fix defect reported by Coverity Scan.
Resource leak (RESOURCE_LEAK) leaked_handle: Handle variable fd going out of scope leaks the handle.
Fixes: 5a135071 ("freedreno/perfcntrs: add fdperf") Signed-off-by: Vinson Lee vlee@freedesktop.org