diff options
Diffstat (limited to 'tools/perf/tests/mmap-basic.c')
-rw-r--r-- | tools/perf/tests/mmap-basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/mmap-basic.c b/tools/perf/tests/mmap-basic.c index 40511025208f..d15282174b2e 100644 --- a/tools/perf/tests/mmap-basic.c +++ b/tools/perf/tests/mmap-basic.c | |||
@@ -155,7 +155,7 @@ out_delete_evlist: | |||
155 | cpus = NULL; | 155 | cpus = NULL; |
156 | threads = NULL; | 156 | threads = NULL; |
157 | out_free_cpus: | 157 | out_free_cpus: |
158 | cpu_map__put(cpus); | 158 | perf_cpu_map__put(cpus); |
159 | out_free_threads: | 159 | out_free_threads: |
160 | thread_map__put(threads); | 160 | thread_map__put(threads); |
161 | return err; | 161 | return err; |