diff options
Diffstat (limited to 'tools/perf/util/env.c')
-rw-r--r-- | tools/perf/util/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/env.c b/tools/perf/util/env.c index 9909ec40c6d2..d77912b2b5e7 100644 --- a/tools/perf/util/env.c +++ b/tools/perf/util/env.c | |||
@@ -179,7 +179,7 @@ void perf_env__exit(struct perf_env *env) | |||
179 | zfree(&env->cpu); | 179 | zfree(&env->cpu); |
180 | 180 | ||
181 | for (i = 0; i < env->nr_numa_nodes; i++) | 181 | for (i = 0; i < env->nr_numa_nodes; i++) |
182 | cpu_map__put(env->numa_nodes[i].map); | 182 | perf_cpu_map__put(env->numa_nodes[i].map); |
183 | zfree(&env->numa_nodes); | 183 | zfree(&env->numa_nodes); |
184 | 184 | ||
185 | for (i = 0; i < env->caches_cnt; i++) | 185 | for (i = 0; i < env->caches_cnt; i++) |